#A00FE9

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

Shades of Dark Violet #A00FE9

Tints of Dark Violet #A00FE9

Color information

#A00FE9 (or 0xA00FE9) is unknown color: approx Dark Violet. HEX triplet: A0, 0F and E9. RGB value is (160,15,233). Sum of RGB (Red+Green+Blue) = 160+15+233=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 233 (91.41% from 255 or 57.11% from 408); Max value from RGB is 233 - color contains mainly: blue. Hex color #A00FE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00FE9 is #5FF016. Grayscale: #525252. Windows color (decimal): -6287383 or 15273888. OLE color: 15273888.

HSL color Cylindrical-coordinate representation of color #A00FE9: hue angle of 279.91º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00FE9 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16015233-
CMYK0.310.9400.09
HSL279.91º87.9%48.63%-
HSV(B)279.91º93.56%91.37%-
XYZ29.3813.778.19-
YUV83.21212.54182.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.22%
GREEN value IS 15 (6.25% from 255) = 3.68%
BLUE value IS 233 (91.41% from 255) = 57.11%
R=39.22%
G=3.68%
B=57.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal160152330.310.9400.09279.9187.948.63
HexA0FE91F5E091185831
Octal240173513713601143013061
Binary10100000111111101001111111011110010011000110001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00FE9; }

 p { color: rgb(160,15,233); }

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

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

 a { background-color: rgb(160,15,233); }

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

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

 span { border-color: rgb(160,15,233); }

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