#A02599

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

Shades of Dark Purple #A02599

Tints of Dark Purple #A02599

Color information

#A02599 (or 0xA02599) is unknown color: approx Dark Purple. HEX triplet: A0, 25 and 99. RGB value is (160,37,153). Sum of RGB (Red+Green+Blue) = 160+37+153=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A02599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02599 is #5FDA66. Grayscale: #565656. Windows color (decimal): -6281831 or 10036640. OLE color: 10036640.

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

Color convert

RGB16037153-
CMYK00.770.040.37
HSL303.41º62.44%38.63%-
HSV(B)303.41º76.88%62.75%-
XYZ20.9111.131.18-
YUV87165.25180.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 37 (14.84% from 255) = 10.57%
BLUE value IS 153 (60.16% from 255) = 43.71%
R=45.71%
G=10.57%
B=43.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603715300.770.040.37303.4162.4438.63
HexA0259904D42512f3e27
Octal2404523101154454577647
Binary101000001001011001100101001101100100101100101111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02599; }

 p { color: rgb(160,37,153); }

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

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

 a { background-color: rgb(160,37,153); }

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

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

 span { border-color: rgb(160,37,153); }

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