#A00FEF

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

Shades of Dark Violet #A00FEF

Tints of Dark Violet #A00FEF

Color information

#A00FEF (or 0xA00FEF) is unknown color: approx Dark Violet. HEX triplet: A0, 0F and EF. RGB value is (160,15,239). Sum of RGB (Red+Green+Blue) = 160+15+239=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #A00FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00FEF is #5FF010. Grayscale: #535353. Windows color (decimal): -6287377 or 15667104. OLE color: 15667104.

HSL color Cylindrical-coordinate representation of color #A00FEF: hue angle of 278.84º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00FEF is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16015239-
CMYK0.330.9400.06
HSL278.84º88.19%49.8%-
HSV(B)278.84º93.72%93.73%-
XYZ30.2514.0582.78-
YUV83.89215.54182.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.65%
GREEN value IS 15 (6.25% from 255) = 3.62%
BLUE value IS 239 (93.75% from 255) = 57.73%
R=38.65%
G=3.62%
B=57.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal160152390.330.9400.06278.8488.1949.8
HexA0FEF215E061175832
Octal24017357411360642713062
Binary10100000111111101111100001101111001101000101111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00FEF; }

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

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

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

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

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

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

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

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