#A01E8E

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

Shades of Dark Purple #A01E8E

Tints of Dark Purple #A01E8E

Color information

#A01E8E (or 0xA01E8E) is unknown color: approx Dark Purple. HEX triplet: A0, 1E and 8E. RGB value is (160,30,142). Sum of RGB (Red+Green+Blue) = 160+30+142=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01E8E is #5FE171. Grayscale: #515151. Windows color (decimal): -6283634 or 9313952. OLE color: 9313952.

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

Color convert

RGB16030142-
CMYK00.810.110.37
HSL308.31º68.42%37.25%-
HSV(B)308.31º81.25%62.75%-
XYZ19.8410.3626.54-
YUV81.64162.07183.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.19%
GREEN value IS 30 (12.11% from 255) = 9.04%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=48.19%
G=9.04%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603014200.810.110.37308.3168.4237.25
HexA01E8E051B251344425
Octal240362160121134546410445
Binary1010000011110100011100101000110111001011001101001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01E8E; }

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

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

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

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

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

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

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

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