Html Css Color HEX #A02189 Dark Purple

📋 copy color: '#A02189'

red 160 ◦ green 33 ◦ blue 137

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

Shades of Dark Purple #A02189

Tints of Dark Purple #A02189

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10%

 BLUE value IS 137 (53.91% from 255) = 41.52%

R = 48.48%
G = 10%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A02189 (or 0xA02189) is known color: Dark Purple. HEX triplet: A0, 21 and 89. RGB value is (160,33,137). Sum of RGB (Red+Green+Blue) = 160+33+137=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A02189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02189 is #5FDE76. Grayscale: #525252. Windows color (decimal): -6282871 or 8987040. OLE color: 8987040.

HSL color Cylindrical-coordinate representation of color #A02189: hue angle of 310.87º degrees, saturation: 0.66, 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 #A02189 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 33 137 -
CMYK 0 0.79 0.14 0.37
HSL 310.87º 0.66% 0.38% -
HSV(B) 310.87º 0.79% 0.63% -
XYZ 19.56 10.37 24.64 -
YUV 82.83 158.58 183.04 -
System Red Green Blue C M Y K H S L
Decimal 160 33 137 0 0.79 0.14 0.37 310.87 0.66 0.38
Hex A0 21 89 0 4F E 25 137 42 26
Octal 240 41 211 0 117 16 45 467 102 46
Binary 10100000 100001 10001001 0 1001111 1110 100101 100110111 1000010 100110

Color Harmonies of #A02189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02189

Black with #A02189

Text Example


Text Example

White with #A02189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02189; }

 p { color: rgb(160,33,137); }

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

background-color css

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

 a { background-color: rgb(160,33,137); }

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

border-color css

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

 span { border-color: rgb(160,33,137); }

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