Html Css Color HEX #A02288 Dark Purple

📋 copy color: '#A02288'

red 160 ◦ green 34 ◦ blue 136

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

Shades of Dark Purple #A02288

Tints of Dark Purple #A02288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.3%

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

R = 48.48%
G = 10.3%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A02288 (or 0xA02288) is known color: Dark Purple. HEX triplet: A0, 22 and 88. RGB value is (160,34,136). Sum of RGB (Red+Green+Blue) = 160+34+136=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A02288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02288 is #5FDD77. Grayscale: #535353. Windows color (decimal): -6282616 or 8921760. OLE color: 8921760.

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

Color convert

RGB 160 34 136 -
CMYK 0 0.79 0.15 0.37
HSL 311.43º 0.65% 0.38% -
HSV(B) 311.43º 0.79% 0.63% -
XYZ 19.51 10.4 24.27 -
YUV 83.3 157.74 182.71 -
System Red Green Blue C M Y K H S L
Decimal 160 34 136 0 0.79 0.15 0.37 311.43 0.65 0.38
Hex A0 22 88 0 4F F 25 137 41 26
Octal 240 42 210 0 117 17 45 467 101 46
Binary 10100000 100010 10001000 0 1001111 1111 100101 100110111 1000001 100110

Color Harmonies of #A02288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02288

Black with #A02288

Text Example


Text Example

White with #A02288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02288; }

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

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

background-color css

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

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

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

border-color css

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

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

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