#a01e91

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

Shades of Dark Purple #A01E91

Tints of Dark Purple #A01E91

Color information

#A01E91 (or 0xA01E91) is unknown color: approx Dark Purple. HEX triplet: A0, 1E and 91. RGB value is (160,30,145). Sum of RGB (Red+Green+Blue) = 160+30+145=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01E91 is #5FE16E. Grayscale: #515151. Windows color (decimal): -6283631 or 9510560. OLE color: 9510560.

HSL color Cylindrical-coordinate representation of color #A01E91: hue angle of 306.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 #A01E91 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB16030145-
CMYK00.810.090.37
HSL306.92º68.42%37.25%-
HSV(B)306.92º81.25%62.75%-
XYZ20.0710.4527.75-
YUV81.98163.57183.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.76%
GREEN value IS 30 (12.11% from 255) = 8.96%
BLUE value IS 145 (57.03% from 255) = 43.28%
R=47.76%
G=8.96%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603014500.810.090.37306.9268.4237.25
HexA01E910519251334425
Octal240362210121114546310445
Binary1010000011110100100010101000110011001011001100111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a01e91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a01e91; }

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

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

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

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

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

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

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

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