Html Css Color HEX #A02080 Dark Purple

📋 copy color: '#A02080'

red 160 ◦ green 32 ◦ blue 128

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

Shades of Dark Purple #A02080

Tints of Dark Purple #A02080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40%

R = 50%
G = 10%
B = 40%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A02080 (or 0xA02080) is known color: Dark Purple. HEX triplet: A0, 20 and 80. RGB value is (160,32,128). Sum of RGB (Red+Green+Blue) = 160+32+128=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A02080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02080 is #5FDF7F. Grayscale: #505050. Windows color (decimal): -6283136 or 8396960. OLE color: 8396960.

HSL color Cylindrical-coordinate representation of color #A02080: hue angle of 315º 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 #A02080 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 32 128 -
CMYK 0 0.80 0.20 0.37
HSL 315º 0.67% 0.38% -
HSV(B) 315º 0.8% 0.63% -
XYZ 18.91 10.07 21.37 -
YUV 81.22 154.41 184.19 -
System Red Green Blue C M Y K H S L
Decimal 160 32 128 0 0.80 0.20 0.37 315 0.67 0.38
Hex A0 20 80 0 50 14 25 13B 43 26
Octal 240 40 200 0 120 24 45 473 103 46
Binary 10100000 100000 10000000 0 1010000 10100 100101 100111011 1000011 100110

Color Harmonies of #A02080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02080

Black with #A02080

Text Example


Text Example

White with #A02080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02080; }

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

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

background-color css

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

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

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

border-color css

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

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

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