#A01976

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

Shades of Dark Purple #A01976

Tints of Dark Purple #A01976

Color information

#A01976 (or 0xA01976) is unknown color: approx Dark Purple. HEX triplet: A0, 19 and 76. RGB value is (160,25,118). Sum of RGB (Red+Green+Blue) = 160+25+118=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A01976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01976 is #5FE689. Grayscale: #4B4B4B. Windows color (decimal): -6284938 or 7739808. OLE color: 7739808.

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

Color convert

RGB16025118-
CMYK00.840.260.37
HSL318.67º72.97%36.27%-
HSV(B)318.67º84.38%62.75%-
XYZ18.119.4818.01-
YUV75.97151.73187.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.81%
GREEN value IS 25 (10.16% from 255) = 8.25%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=52.81%
G=8.25%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602511800.840.260.37318.6772.9736.27
HexA019760541A2513f4924
Octal240311660124324547711144
Binary1010000011001111011001010100110101001011001111111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01976; }

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

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

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

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

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

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

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

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