#A01A76

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

Shades of Dark Purple #A01A76

Tints of Dark Purple #A01A76

Color information

#A01A76 (or 0xA01A76) is unknown color: approx Dark Purple. HEX triplet: A0, 1A and 76. RGB value is (160,26,118). Sum of RGB (Red+Green+Blue) = 160+26+118=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A01A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01A76 is #5FE589. Grayscale: #4C4C4C. Windows color (decimal): -6284682 or 7740064. OLE color: 7740064.

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

Color convert

RGB16026118-
CMYK00.840.260.37
HSL318.81º72.04%36.47%-
HSV(B)318.81º83.75%62.75%-
XYZ18.149.5218.02-
YUV76.55151.39187.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.63%
GREEN value IS 26 (10.55% from 255) = 8.55%
BLUE value IS 118 (46.48% from 255) = 38.82%
R=52.63%
G=8.55%
B=38.82%

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
Decimal1602611800.840.260.37318.8172.0436.47
HexA01A760541A2513f4824
Octal240321660124324547711044
Binary1010000011010111011001010100110101001011001111111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01A76; }

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

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

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

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

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

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

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

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