Html Css Color HEX #A02090 Dark Purple

📋 copy color: '#A02090'

red 160 ◦ green 32 ◦ blue 144

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

Shades of Dark Purple #A02090

Tints of Dark Purple #A02090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.52%

 BLUE value IS 144 (56.64% from 255) = 42.86%

R = 47.62%
G = 9.52%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A02090 (or 0xA02090) is known color: Dark Purple. HEX triplet: A0, 20 and 90. RGB value is (160,32,144). Sum of RGB (Red+Green+Blue) = 160+32+144=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A02090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02090 is #5FDF6F. Grayscale: #525252. Windows color (decimal): -6283120 or 9445536. OLE color: 9445536.

HSL color Cylindrical-coordinate representation of color #A02090: hue angle of 307.5º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02090 is Cyan = 0, Magento = 0.80, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 32 144 -
CMYK 0 0.80 0.1 0.37
HSL 307.5º 0.67% 0.38% -
HSV(B) 307.5º 0.8% 0.63% -
XYZ 20.05 10.52 27.36 -
YUV 83.04 162.41 182.89 -
System Red Green Blue C M Y K H S L
Decimal 160 32 144 0 0.80 0.1 0.37 307.5 0.67 0.38
Hex A0 20 90 0 50 A 25 134 43 26
Octal 240 40 220 0 120 12 45 464 103 46
Binary 10100000 100000 10010000 0 1010000 1010 100101 100110100 1000011 100110

Color Harmonies of #A02090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02090

Black with #A02090

Text Example


Text Example

White with #A02090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02090; }

 p { color: rgb(160,32,144); }

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

background-color css

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

 a { background-color: rgb(160,32,144); }

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

border-color css

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

 span { border-color: rgb(160,32,144); }

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