Shades of Dark Violet #A00FEF
Tints of Dark Violet #A00FEF
RGB
CMYK
RGB Variations
Color information
#A00FEF (or 0xA00FEF) is known color: 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
| RGB | 160 | 15 | 239 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.06 |
| HSL | 278.84º | 0.88% | 0.5% | - |
| HSV(B) | 278.84º | 0.94% | 0.94% | - |
| XYZ | 30.25 | 14.05 | 82.78 | - |
| YUV | 83.89 | 215.54 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 239 | 0.33 | 0.94 | 0 | 0.06 | 278.84 | 0.88 | 0.5 |
| Hex | A0 | F | EF | 21 | 5E | 0 | 6 | 117 | 58 | 32 |
| Octal | 240 | 17 | 357 | 41 | 136 | 0 | 6 | 427 | 130 | 62 |
| Binary | 10100000 | 1111 | 11101111 | 100001 | 1011110 | 0 | 110 | 100010111 | 1011000 | 110010 |
Color Harmonies of #A00FEF
Complementary color
Monochromatic Colors of #A00FEF
Black with #A00FEF
Text Example
Text Example
White with #A00FEF
Text Example
Text Example
HTML Codes & Css Web 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>