#A02776

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

Shades of Dark Purple #A02776

Tints of Dark Purple #A02776

Color information

#A02776 (or 0xA02776) is unknown color: approx Dark Purple. HEX triplet: A0, 27 and 76. RGB value is (160,39,118). Sum of RGB (Red+Green+Blue) = 160+39+118=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A02776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02776 is #5FD889. Grayscale: #535353. Windows color (decimal): -6281354 or 7743392. OLE color: 7743392.

HSL color Cylindrical-coordinate representation of color #A02776: hue angle of 320.83º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02776 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB16039118-
CMYK00.760.260.37
HSL320.83º60.8%39.02%-
HSV(B)320.83º75.63%62.75%-
XYZ18.4910.2318.14-
YUV84.18147.09182.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.47%
GREEN value IS 39 (15.62% from 255) = 12.30%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=50.47%
G=12.30%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603911800.760.260.37320.8360.839.02
HexA0277604C1A251413d27
Octal24047166011432455017547
Binary1010000010011111101100100110011010100101101000001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02776; }

 p { color: rgb(160,39,118); }

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

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

 a { background-color: rgb(160,39,118); }

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

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

 span { border-color: rgb(160,39,118); }

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