#A01C8E

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

Shades of Dark Purple #A01C8E

Tints of Dark Purple #A01C8E

Color information

#A01C8E (or 0xA01C8E) is unknown color: approx Dark Purple. HEX triplet: A0, 1C and 8E. RGB value is (160,28,142). Sum of RGB (Red+Green+Blue) = 160+28+142=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01C8E is #5FE371. Grayscale: #505050. Windows color (decimal): -6284146 or 9313440. OLE color: 9313440.

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

Color convert

RGB16028142-
CMYK00.820.110.37
HSL308.18º70.21%36.86%-
HSV(B)308.18º82.5%62.75%-
XYZ19.7910.2626.53-
YUV80.46162.73184.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.48%
GREEN value IS 28 (11.33% from 255) = 8.48%
BLUE value IS 142 (55.86% from 255) = 43.03%
R=48.48%
G=8.48%
B=43.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602814200.820.110.37308.1870.2136.86
HexA01C8E052B251344625
Octal240342160122134546410645
Binary1010000011100100011100101001010111001011001101001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01C8E; }

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

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

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

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

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

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

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

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