#A12596

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

Shades of Dark Purple #A12596

Tints of Dark Purple #A12596

Color information

#A12596 (or 0xA12596) is unknown color: approx Dark Purple. HEX triplet: A1, 25 and 96. RGB value is (161,37,150). Sum of RGB (Red+Green+Blue) = 161+37+150=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A12596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12596 is #5EDA69. Grayscale: #565656. Windows color (decimal): -6216298 or 9840033. OLE color: 9840033.

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

Color convert

RGB16137150-
CMYK00.770.070.37
HSL305.32º62.63%38.82%-
HSV(B)305.32º77.02%63.14%-
XYZ20.8611.129.9-
YUV86.96163.58180.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 37 (14.84% from 255) = 10.63%
BLUE value IS 150 (58.98% from 255) = 43.10%
R=46.26%
G=10.63%
B=43.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613715000.770.070.37305.3262.6338.82
HexA1259604D7251313f27
Octal2414522601157454617747
Binary101000011001011001011001001101111100101100110001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12596; }

 p { color: rgb(161,37,150); }

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

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

 a { background-color: rgb(161,37,150); }

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

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

 span { border-color: rgb(161,37,150); }

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