#A01F90

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

Shades of Dark Purple #A01F90

Tints of Dark Purple #A01F90

Color information

#A01F90 (or 0xA01F90) is unknown color: approx Dark Purple. HEX triplet: A0, 1F and 90. RGB value is (160,31,144). Sum of RGB (Red+Green+Blue) = 160+31+144=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01F90 is #5FE06F. Grayscale: #525252. Windows color (decimal): -6283376 or 9445280. OLE color: 9445280.

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

Color convert

RGB16031144-
CMYK00.810.10.37
HSL307.44º67.54%37.45%-
HSV(B)307.44º80.62%62.75%-
XYZ20.0210.4727.35-
YUV82.45162.74183.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.76%
GREEN value IS 31 (12.5% from 255) = 9.25%
BLUE value IS 144 (56.64% from 255) = 42.99%
R=47.76%
G=9.25%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603114400.810.10.37307.4467.5437.45
HexA01F90051A251334425
Octal240372200121124546310445
Binary1010000011111100100000101000110101001011001100111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01F90; }

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

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

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

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

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

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

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

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