Shades of Dark Violet #A00FEE
Tints of Dark Violet #A00FEE
RGB
CMYK
RGB Variations
Color information
#A00FEE (or 0xA00FEE) is known color: Dark Violet. HEX triplet: A0, 0F and EE. RGB value is (160,15,238). Sum of RGB (Red+Green+Blue) = 160+15+238=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #A00FEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00FEE is #5FF011. Grayscale: #535353. Windows color (decimal): -6287378 or 15601568. OLE color: 15601568.
HSL color Cylindrical-coordinate representation of color #A00FEE: hue angle of 279.01º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00FEE is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 15 | 238 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.07 |
| HSL | 279.01º | 0.88% | 0.5% | - |
| HSV(B) | 279.01º | 0.94% | 0.93% | - |
| XYZ | 30.1 | 13.99 | 82 | - |
| YUV | 83.78 | 215.04 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 238 | 0.33 | 0.94 | 0 | 0.07 | 279.01 | 0.88 | 0.5 |
| Hex | A0 | F | EE | 21 | 5E | 0 | 7 | 117 | 58 | 32 |
| Octal | 240 | 17 | 356 | 41 | 136 | 0 | 7 | 427 | 130 | 62 |
| Binary | 10100000 | 1111 | 11101110 | 100001 | 1011110 | 0 | 111 | 100010111 | 1011000 | 110010 |
Color Harmonies of #A00FEE
Complementary color
Monochromatic Colors of #A00FEE
Black with #A00FEE
Text Example
Text Example
White with #A00FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00FEE; }
p { color: rgb(160,15,238); }
H1.HeaderClassName
{
color: #A00FEE;
}
.AnyTagClassName
{
color: #A00FEE;
}
</style>
background-color css
<style>
a { background-color: #A00FEE; }
a { background-color: rgb(160,15,238); }
div.DivClassName
{
background-color: #A00FEE;
}
.BgClassName
{
background-color: #A00FEE;
}
</style>
border-color css
<style>
span { border-color: #A00FEE; }
span { border-color: rgb(160,15,238); }
td.TdClassName
{
border-color: #A00FEE;
}
.TagClassName
{
border-color: #A00FEE;
}
</style>