Html Css Color HEX #A02A88 Dark Purple

📋 copy color: '#A02A88'

red 160 ◦ green 42 ◦ blue 136

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

Shades of Dark Purple #A02A88

Tints of Dark Purple #A02A88

RGB

 RED value IS 160 (62.89% from 255) = 47.34%

 GREEN value IS 42 (16.8% from 255) = 12.43%

 BLUE value IS 136 (53.52% from 255) = 40.24%

R = 47.34%
G = 12.43%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A02A88 (or 0xA02A88) is known color: Dark Purple. HEX triplet: A0, 2A and 88. RGB value is (160,42,136). Sum of RGB (Red+Green+Blue) = 160+42+136=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02A88 is #5FD577. Grayscale: #575757. Windows color (decimal): -6280568 or 8923808. OLE color: 8923808.

HSL color Cylindrical-coordinate representation of color #A02A88: hue angle of 312.2º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02A88 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 42 136 -
CMYK 0 0.74 0.15 0.37
HSL 312.2º 0.58% 0.4% -
HSV(B) 312.2º 0.74% 0.63% -
XYZ 19.77 10.91 24.36 -
YUV 88 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 160 42 136 0 0.74 0.15 0.37 312.2 0.58 0.4
Hex A0 2A 88 0 4A F 25 138 3A 28
Octal 240 52 210 0 112 17 45 470 72 50
Binary 10100000 101010 10001000 0 1001010 1111 100101 100111000 111010 101000

Color Harmonies of #A02A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02A88

Black with #A02A88

Text Example


Text Example

White with #A02A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02A88; }

 p { color: rgb(160,42,136); }

 H1.HeaderClassName
 {
   color: #A02A88;
 }
 .AnyTagClassName
 {
   color: #A02A88;
 }
</style>

background-color css

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

 a { background-color: rgb(160,42,136); }

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

border-color css

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

 span { border-color: rgb(160,42,136); }

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