Html Css Color HEX #A02599 Dark Purple

📋 copy color: '#A02599'

red 160 ◦ green 37 ◦ blue 153

#A02599
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #A02599

Tints of Dark Purple #A02599

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 value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A02599 (or 0xA02599) is known color: 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

RGB 160 37 153 -
CMYK 0 0.77 0.04 0.37
HSL 303.41º 0.62% 0.39% -
HSV(B) 303.41º 0.77% 0.63% -
XYZ 20.91 11.1 31.18 -
YUV 87 165.25 180.07 -
System Red Green Blue C M Y K H S L
Decimal 160 37 153 0 0.77 0.04 0.37 303.41 0.62 0.39
Hex A0 25 99 0 4D 4 25 12F 3E 27
Octal 240 45 231 0 115 4 45 457 76 47
Binary 10100000 100101 10011001 0 1001101 100 100101 100101111 111110 100111

Color Harmonies of #A02599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02599

Black with #A02599

Text Example


Text Example

White with #A02599

Text Example


Text Example

HTML Codes & Css Web 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>