#A01E7A

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

Shades of Dark Purple #A01E7A

Tints of Dark Purple #A01E7A

Color information

#A01E7A (or 0xA01E7A) is unknown color: approx Dark Purple. HEX triplet: A0, 1E and 7A. RGB value is (160,30,122). Sum of RGB (Red+Green+Blue) = 160+30+122=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01E7A is #5FE185. Grayscale: #4F4F4F. Windows color (decimal): -6283654 or 8003232. OLE color: 8003232.

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

Color convert

RGB16030122-
CMYK00.810.240.37
HSL317.54º68.42%37.25%-
HSV(B)317.54º81.25%62.75%-
XYZ18.479.8119.33-
YUV79.36152.07185.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.28%
GREEN value IS 30 (12.11% from 255) = 9.62%
BLUE value IS 122 (48.05% from 255) = 39.10%
R=51.28%
G=9.62%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603012200.810.240.37317.5468.4237.25
HexA01E7A051182513e4425
Octal240361720121304547610445
Binary1010000011110111101001010001110001001011001111101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01E7A; }

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

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

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

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

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

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

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

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