Shades of Dark Violet #A00FEA
Tints of Dark Violet #A00FEA
RGB
CMYK
RGB Variations
Color information
#A00FEA (or 0xA00FEA) is known color: Dark Violet. HEX triplet: A0, 0F and EA. RGB value is (160,15,234). Sum of RGB (Red+Green+Blue) = 160+15+234=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #A00FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00FEA is #5FF015. Grayscale: #525252. Windows color (decimal): -6287382 or 15339424. OLE color: 15339424.
HSL color Cylindrical-coordinate representation of color #A00FEA: hue angle of 279.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00FEA is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 15 | 234 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.08 |
| HSL | 279.73º | 0.88% | 0.49% | - |
| HSV(B) | 279.73º | 0.94% | 0.92% | - |
| XYZ | 29.52 | 13.76 | 78.94 | - |
| YUV | 83.32 | 213.04 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 234 | 0.32 | 0.94 | 0 | 0.08 | 279.73 | 0.88 | 0.49 |
| Hex | A0 | F | EA | 20 | 5E | 0 | 8 | 118 | 58 | 31 |
| Octal | 240 | 17 | 352 | 40 | 136 | 0 | 10 | 430 | 130 | 61 |
| Binary | 10100000 | 1111 | 11101010 | 100000 | 1011110 | 0 | 1000 | 100011000 | 1011000 | 110001 |
Color Harmonies of #A00FEA
Complementary color
Monochromatic Colors of #A00FEA
Black with #A00FEA
Text Example
Text Example
White with #A00FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00FEA; }
p { color: rgb(160,15,234); }
H1.HeaderClassName
{
color: #A00FEA;
}
.AnyTagClassName
{
color: #A00FEA;
}
</style>
background-color css
<style>
a { background-color: #A00FEA; }
a { background-color: rgb(160,15,234); }
div.DivClassName
{
background-color: #A00FEA;
}
.BgClassName
{
background-color: #A00FEA;
}
</style>
border-color css
<style>
span { border-color: #A00FEA; }
span { border-color: rgb(160,15,234); }
td.TdClassName
{
border-color: #A00FEA;
}
.TagClassName
{
border-color: #A00FEA;
}
</style>