#A12192

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

Shades of Dark Purple #A12192

Tints of Dark Purple #A12192

Color information

#A12192 (or 0xA12192) is unknown color: approx Dark Purple. HEX triplet: A1, 21 and 92. RGB value is (161,33,146). Sum of RGB (Red+Green+Blue) = 161+33+146=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A12192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12192 is #5EDE6D. Grayscale: #535353. Windows color (decimal): -6217326 or 9576865. OLE color: 9576865.

HSL color Cylindrical-coordinate representation of color #A12192: hue angle of 307.03º 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 #A12192 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB16133146-
CMYK00.800.090.37
HSL307.03º65.98%38.04%-
HSV(B)307.03º79.5%63.14%-
XYZ20.4310.7428.19-
YUV84.15162.91182.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.35%
GREEN value IS 33 (13.28% from 255) = 9.71%
BLUE value IS 146 (57.42% from 255) = 42.94%
R=47.35%
G=9.71%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613314600.800.090.37307.0365.9838.04
HexA121920509251334226
Octal241412220120114546310246
Binary10100001100001100100100101000010011001011001100111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12192; }

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

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

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

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

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

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

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

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