#A01E77

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

Shades of Dark Purple #A01E77

Tints of Dark Purple #A01E77

Color information

#A01E77 (or 0xA01E77) is unknown color: approx Dark Purple. HEX triplet: A0, 1E and 77. RGB value is (160,30,119). Sum of RGB (Red+Green+Blue) = 160+30+119=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01E77 is #5FE188. Grayscale: #4E4E4E. Windows color (decimal): -6283657 or 7806624. OLE color: 7806624.

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

Color convert

RGB16030119-
CMYK00.810.260.37
HSL318.92º68.42%37.25%-
HSV(B)318.92º81.25%62.75%-
XYZ18.299.7318.37-
YUV79.02150.57185.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.78%
GREEN value IS 30 (12.11% from 255) = 9.71%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=51.78%
G=9.71%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603011900.810.260.37318.9268.4237.25
HexA01E770511A2513f4425
Octal240361670121324547710445
Binary1010000011110111011101010001110101001011001111111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01E77; }

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

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

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

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

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

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

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

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