#A02077

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

Shades of Dark Purple #A02077

Tints of Dark Purple #A02077

Color information

#A02077 (or 0xA02077) is unknown color: approx Dark Purple. HEX triplet: A0, 20 and 77. RGB value is (160,32,119). Sum of RGB (Red+Green+Blue) = 160+32+119=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A02077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02077 is #5FDF88. Grayscale: #4F4F4F. Windows color (decimal): -6283145 or 7807136. OLE color: 7807136.

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

Color convert

RGB16032119-
CMYK00.800.260.37
HSL319.22º66.67%37.65%-
HSV(B)319.22º80%62.75%-
XYZ18.349.8418.38-
YUV80.19149.91184.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.45%
GREEN value IS 32 (12.89% from 255) = 10.29%
BLUE value IS 119 (46.88% from 255) = 38.26%
R=51.45%
G=10.29%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603211900.800.260.37319.2266.6737.65
HexA020770501A2513f4326
Octal240401670120324547710346
Binary10100000100000111011101010000110101001011001111111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02077; }

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

 H1.HeaderClassName
 {
   color: #A02077;
 }
 .AnyTagClassName
 {
   color: #A02077;
 }
</style>
background-color css

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

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

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

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

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

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