#A01E80

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

Shades of Dark Purple #A01E80

Tints of Dark Purple #A01E80

Color information

#A01E80 (or 0xA01E80) is unknown color: approx Dark Purple. HEX triplet: A0, 1E and 80. RGB value is (160,30,128). Sum of RGB (Red+Green+Blue) = 160+30+128=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01E80 is #5FE17F. Grayscale: #4F4F4F. Windows color (decimal): -6283648 or 8396448. OLE color: 8396448.

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

Color convert

RGB16030128-
CMYK00.810.200.37
HSL314.77º68.42%37.25%-
HSV(B)314.77º81.25%62.75%-
XYZ18.869.9621.35-
YUV80.04155.07185.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.31%
GREEN value IS 30 (12.11% from 255) = 9.43%
BLUE value IS 128 (50.39% from 255) = 40.25%
R=50.31%
G=9.43%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603012800.810.200.37314.7768.4237.25
HexA01E80051142513b4425
Octal240362000121244547310445
Binary10100000111101000000001010001101001001011001110111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01E80; }

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

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

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

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

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

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

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

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