#A02376

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

Shades of Dark Purple #A02376

Tints of Dark Purple #A02376

Color information

#A02376 (or 0xA02376) is unknown color: approx Dark Purple. HEX triplet: A0, 23 and 76. RGB value is (160,35,118). Sum of RGB (Red+Green+Blue) = 160+35+118=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A02376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02376 is #5FDC89. Grayscale: #515151. Windows color (decimal): -6282378 or 7742368. OLE color: 7742368.

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

Color convert

RGB16035118-
CMYK00.780.260.37
HSL320.16º64.1%38.24%-
HSV(B)320.16º78.12%62.75%-
XYZ18.379.9818.1-
YUV81.84148.41183.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.12%
GREEN value IS 35 (14.06% from 255) = 11.18%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=51.12%
G=11.18%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603511800.780.260.37320.1664.138.24
HexA0237604E1A251404026
Octal240431660116324550010046
Binary10100000100011111011001001110110101001011010000001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02376; }

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

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

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

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

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

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

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

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