Shades of Dark Violet #A813DA
Tints of Dark Violet #A813DA
RGB
CMYK
RGB Variations
Color information
#A813DA (or 0xA813DA) is known color: Dark Violet. HEX triplet: A8, 13 and DA. RGB value is (168,19,218). Sum of RGB (Red+Green+Blue) = 168+19+218=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #A813DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813DA is #57EC25. Grayscale: #555555. Windows color (decimal): -5762086 or 14291880. OLE color: 14291880.
HSL color Cylindrical-coordinate representation of color #A813DA: hue angle of 284.92º 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 #A813DA is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 19 | 218 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.15 |
| HSL | 284.92º | 0.84% | 0.46% | - |
| HSV(B) | 284.92º | 0.91% | 0.85% | - |
| XYZ | 29.04 | 13.85 | 67.47 | - |
| YUV | 86.24 | 202.36 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 218 | 0.23 | 0.91 | 0 | 0.15 | 284.92 | 0.84 | 0.46 |
| Hex | A8 | 13 | DA | 17 | 5B | 0 | F | 11D | 54 | 2E |
| Octal | 250 | 23 | 332 | 27 | 133 | 0 | 17 | 435 | 124 | 56 |
| Binary | 10101000 | 10011 | 11011010 | 10111 | 1011011 | 0 | 1111 | 100011101 | 1010100 | 101110 |
Color Harmonies of #A813DA
Complementary color
Monochromatic Colors of #A813DA
Black with #A813DA
Text Example
Text Example
White with #A813DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A813DA; }
p { color: rgb(168,19,218); }
H1.HeaderClassName
{
color: #A813DA;
}
.AnyTagClassName
{
color: #A813DA;
}
</style>
background-color css
<style>
a { background-color: #A813DA; }
a { background-color: rgb(168,19,218); }
div.DivClassName
{
background-color: #A813DA;
}
.BgClassName
{
background-color: #A813DA;
}
</style>
border-color css
<style>
span { border-color: #A813DA; }
span { border-color: rgb(168,19,218); }
td.TdClassName
{
border-color: #A813DA;
}
.TagClassName
{
border-color: #A813DA;
}
</style>