#A02080

Color #A02080 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #A02080

Tints of Dark Purple #A02080

Color information

#A02080 (or 0xA02080) is unknown color: approx 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

RGB16032128-
CMYK00.800.200.37
HSL315º66.67%37.65%-
HSV(B)315º80%62.75%-
XYZ18.9110.0721.37-
YUV81.22154.41184.19-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603212800.800.200.3731566.6737.65
HexA02080050142513b4326
Octal240402000120244547310346
Binary101000001000001000000001010000101001001011001110111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>