#A12595

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

Shades of Dark Purple #A12595

Tints of Dark Purple #A12595

Color information

#A12595 (or 0xA12595) is unknown color: approx Dark Purple. HEX triplet: A1, 25 and 95. RGB value is (161,37,149). Sum of RGB (Red+Green+Blue) = 161+37+149=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A12595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12595 is #5EDA6A. Grayscale: #565656. Windows color (decimal): -6216299 or 9774497. OLE color: 9774497.

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

Color convert

RGB16137149-
CMYK00.770.070.37
HSL305.81º62.63%38.82%-
HSV(B)305.81º77.02%63.14%-
XYZ20.7811.0729.48-
YUV86.84163.08180.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.40%
GREEN value IS 37 (14.84% from 255) = 10.66%
BLUE value IS 149 (58.59% from 255) = 42.94%
R=46.40%
G=10.66%
B=42.94%

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
Decimal1613714900.770.070.37305.8162.6338.82
HexA1259504D7251323f27
Octal2414522501157454627747
Binary101000011001011001010101001101111100101100110010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12595; }

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

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

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

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

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

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

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

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