#A14680

Color #A14680 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A14680

Tints of Medium Red Violet #A14680

Color information

#A14680 (or 0xA14680) is unknown color: approx Medium Red Violet. HEX triplet: A1, 46 and 80. RGB value is (161,70,128). Sum of RGB (Red+Green+Blue) = 161+70+128=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A14680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14680 is #5EB97F. Grayscale: #676767. Windows color (decimal): -6207872 or 8406689. OLE color: 8406689.

HSL color Cylindrical-coordinate representation of color #A14680: hue angle of 321.76º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A14680 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB16170128-
CMYK00.570.200.37
HSL321.76º39.39%45.29%-
HSV(B)321.76º56.52%63.14%-
XYZ20.7813.5221.94-
YUV103.82141.65168.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 70 (27.73% from 255) = 19.50%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=44.85%
G=19.50%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617012800.570.200.37321.7639.3945.29
HexA146800391425142272d
Octal24110620007124455024755
Binary10100001100011010000000011100110100100101101000010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14680; }

 p { color: rgb(161,70,128); }

 H1.HeaderClassName
 {
   color: #A14680;
 }
 .AnyTagClassName
 {
   color: #A14680;
 }
</style>
background-color css

<style>
 a { background-color: #A14680; }

 a { background-color: rgb(161,70,128); }

 div.DivClassName
 {
   background-color: #A14680;
 }
 .BgClassName
 {
   background-color: #A14680;
 }
</style>
border-color css

<style>
 span { border-color: #A14680; }

 span { border-color: rgb(161,70,128); }

 td.TdClassName
 {
   border-color: #A14680;
 }
 .TagClassName
 {
   border-color: #A14680;
 }
</style>