Shades of Dark Violet #A813EA
Tints of Dark Violet #A813EA
RGB
CMYK
RGB Variations
Color information
#A813EA (or 0xA813EA) is known color: Dark Violet. HEX triplet: A8, 13 and EA. RGB value is (168,19,234). Sum of RGB (Red+Green+Blue) = 168+19+234=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 19 (7.81% from 255 or 4.51% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #A813EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A813EA is #57EC15. Grayscale: #575757. Windows color (decimal): -5762070 or 15340456. OLE color: 15340456.
HSL color Cylindrical-coordinate representation of color #A813EA: hue angle of 281.58º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A813EA is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 19 | 234 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.08 |
| HSL | 281.58º | 0.85% | 0.5% | - |
| HSV(B) | 281.58º | 0.92% | 0.92% | - |
| XYZ | 31.23 | 14.73 | 79.04 | - |
| YUV | 88.06 | 210.36 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 234 | 0.28 | 0.92 | 0 | 0.08 | 281.58 | 0.85 | 0.5 |
| Hex | A8 | 13 | EA | 1C | 5C | 0 | 8 | 11A | 55 | 32 |
| Octal | 250 | 23 | 352 | 34 | 134 | 0 | 10 | 432 | 125 | 62 |
| Binary | 10101000 | 10011 | 11101010 | 11100 | 1011100 | 0 | 1000 | 100011010 | 1010101 | 110010 |
Color Harmonies of #A813EA
Complementary color
Monochromatic Colors of #A813EA
Black with #A813EA
Text Example
Text Example
White with #A813EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A813EA; }
p { color: rgb(168,19,234); }
H1.HeaderClassName
{
color: #A813EA;
}
.AnyTagClassName
{
color: #A813EA;
}
</style>
background-color css
<style>
a { background-color: #A813EA; }
a { background-color: rgb(168,19,234); }
div.DivClassName
{
background-color: #A813EA;
}
.BgClassName
{
background-color: #A813EA;
}
</style>
border-color css
<style>
span { border-color: #A813EA; }
span { border-color: rgb(168,19,234); }
td.TdClassName
{
border-color: #A813EA;
}
.TagClassName
{
border-color: #A813EA;
}
</style>