#a01f93

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

Shades of Dark Purple #A01F93

Tints of Dark Purple #A01F93

Color information

#A01F93 (or 0xA01F93) is unknown color: approx Dark Purple. HEX triplet: A0, 1F and 93. RGB value is (160,31,147). Sum of RGB (Red+Green+Blue) = 160+31+147=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01F93 is #5FE06C. Grayscale: #525252. Windows color (decimal): -6283373 or 9641888. OLE color: 9641888.

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

Color convert

RGB16031147-
CMYK00.810.080.37
HSL306.05º67.54%37.45%-
HSV(B)306.05º80.62%62.75%-
XYZ20.2510.5628.57-
YUV82.79164.24183.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.34%
GREEN value IS 31 (12.5% from 255) = 9.17%
BLUE value IS 147 (57.81% from 255) = 43.49%
R=47.34%
G=9.17%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603114700.810.080.37306.0567.5437.45
HexA01F930518251324425
Octal240372230121104546210445
Binary1010000011111100100110101000110001001011001100101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a01f93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a01f93; }

 p { color: rgb(160,31,147); }

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

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

 a { background-color: rgb(160,31,147); }

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

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

 span { border-color: rgb(160,31,147); }

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