#A12190

Color #A12190 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #A12190

Tints of Dark Purple #A12190

Color information

#A12190 (or 0xA12190) is unknown color: approx Dark Purple. HEX triplet: A1, 21 and 90. RGB value is (161,33,144). Sum of RGB (Red+Green+Blue) = 161+33+144=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A12190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12190 is #5EDE6F. Grayscale: #535353. Windows color (decimal): -6217328 or 9445793. OLE color: 9445793.

HSL color Cylindrical-coordinate representation of color #A12190: hue angle of 307.97º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12190 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16133144-
CMYK00.800.110.37
HSL307.97º65.98%38.04%-
HSV(B)307.97º79.5%63.14%-
XYZ20.2810.6827.38-
YUV83.93161.91182.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 33 (13.28% from 255) = 9.76%
BLUE value IS 144 (56.64% from 255) = 42.60%
R=47.63%
G=9.76%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613314400.800.110.37307.9765.9838.04
HexA12190050B251344226
Octal241412200120134546410246
Binary10100001100001100100000101000010111001011001101001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12190; }

 p { color: rgb(161,33,144); }

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

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

 a { background-color: rgb(161,33,144); }

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

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

 span { border-color: rgb(161,33,144); }

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