Shades of Dark Violet #A813D7
Tints of Dark Violet #A813D7
RGB
CMYK
RGB Variations
Color information
#A813D7 (or 0xA813D7) is known color: Dark Violet. HEX triplet: A8, 13 and D7. RGB value is (168,19,215). Sum of RGB (Red+Green+Blue) = 168+19+215=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 215 (84.38% from 255 or 53.48% from 402); Max value from RGB is 215 - color contains mainly: blue. Hex color #A813D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813D7 is #57EC28. Grayscale: #555555. Windows color (decimal): -5762089 or 14095272. OLE color: 14095272.
HSL color Cylindrical-coordinate representation of color #A813D7: hue angle of 285.61º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A813D7 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 19 | 215 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.16 |
| HSL | 285.61º | 0.84% | 0.46% | - |
| HSV(B) | 285.61º | 0.91% | 0.84% | - |
| XYZ | 28.65 | 13.7 | 65.42 | - |
| YUV | 85.9 | 200.86 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 215 | 0.22 | 0.91 | 0 | 0.16 | 285.61 | 0.84 | 0.46 |
| Hex | A8 | 13 | D7 | 16 | 5B | 0 | 10 | 11E | 54 | 2E |
| Octal | 250 | 23 | 327 | 26 | 133 | 0 | 20 | 436 | 124 | 56 |
| Binary | 10101000 | 10011 | 11010111 | 10110 | 1011011 | 0 | 10000 | 100011110 | 1010100 | 101110 |
Color Harmonies of #A813D7
Complementary color
Monochromatic Colors of #A813D7
Black with #A813D7
Text Example
Text Example
White with #A813D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A813D7; }
p { color: rgb(168,19,215); }
H1.HeaderClassName
{
color: #A813D7;
}
.AnyTagClassName
{
color: #A813D7;
}
</style>
background-color css
<style>
a { background-color: #A813D7; }
a { background-color: rgb(168,19,215); }
div.DivClassName
{
background-color: #A813D7;
}
.BgClassName
{
background-color: #A813D7;
}
</style>
border-color css
<style>
span { border-color: #A813D7; }
span { border-color: rgb(168,19,215); }
td.TdClassName
{
border-color: #A813D7;
}
.TagClassName
{
border-color: #A813D7;
}
</style>