Shades of Dark Violet #A813D8
Tints of Dark Violet #A813D8
RGB
CMYK
RGB Variations
Color information
#A813D8 (or 0xA813D8) is known color: Dark Violet. HEX triplet: A8, 13 and D8. RGB value is (168,19,216). Sum of RGB (Red+Green+Blue) = 168+19+216=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 216 (84.77% from 255 or 53.60% from 403); Max value from RGB is 216 - color contains mainly: blue. Hex color #A813D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813D8 is #57EC27. Grayscale: #555555. Windows color (decimal): -5762088 or 14160808. OLE color: 14160808.
HSL color Cylindrical-coordinate representation of color #A813D8: hue angle of 285.38º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A813D8 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 19 | 216 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.15 |
| HSL | 285.38º | 0.84% | 0.46% | - |
| HSV(B) | 285.38º | 0.91% | 0.85% | - |
| XYZ | 28.78 | 13.75 | 66.1 | - |
| YUV | 86.01 | 201.36 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 216 | 0.22 | 0.91 | 0 | 0.15 | 285.38 | 0.84 | 0.46 |
| Hex | A8 | 13 | D8 | 16 | 5B | 0 | F | 11D | 54 | 2E |
| Octal | 250 | 23 | 330 | 26 | 133 | 0 | 17 | 435 | 124 | 56 |
| Binary | 10101000 | 10011 | 11011000 | 10110 | 1011011 | 0 | 1111 | 100011101 | 1010100 | 101110 |
Color Harmonies of #A813D8
Complementary color
Monochromatic Colors of #A813D8
Black with #A813D8
Text Example
Text Example
White with #A813D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A813D8; }
p { color: rgb(168,19,216); }
H1.HeaderClassName
{
color: #A813D8;
}
.AnyTagClassName
{
color: #A813D8;
}
</style>
background-color css
<style>
a { background-color: #A813D8; }
a { background-color: rgb(168,19,216); }
div.DivClassName
{
background-color: #A813D8;
}
.BgClassName
{
background-color: #A813D8;
}
</style>
border-color css
<style>
span { border-color: #A813D8; }
span { border-color: rgb(168,19,216); }
td.TdClassName
{
border-color: #A813D8;
}
.TagClassName
{
border-color: #A813D8;
}
</style>