Shades of Dark Violet #A812DD
Tints of Dark Violet #A812DD
RGB
CMYK
RGB Variations
Color information
#A812DD (or 0xA812DD) is known color: Dark Violet. HEX triplet: A8, 12 and DD. RGB value is (168,18,221). Sum of RGB (Red+Green+Blue) = 168+18+221=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #A812DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A812DD is #57ED22. Grayscale: #555555. Windows color (decimal): -5762339 or 14488232. OLE color: 14488232.
HSL color Cylindrical-coordinate representation of color #A812DD: hue angle of 284.33º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A812DD is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 18 | 221 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.13 |
| HSL | 284.34º | 0.85% | 0.47% | - |
| HSV(B) | 284.34º | 0.92% | 0.87% | - |
| XYZ | 29.42 | 13.98 | 69.55 | - |
| YUV | 85.99 | 204.2 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 221 | 0.24 | 0.92 | 0 | 0.13 | 284.34 | 0.85 | 0.47 |
| Hex | A8 | 12 | DD | 18 | 5C | 0 | D | 11C | 55 | 2F |
| Octal | 250 | 22 | 335 | 30 | 134 | 0 | 15 | 434 | 125 | 57 |
| Binary | 10101000 | 10010 | 11011101 | 11000 | 1011100 | 0 | 1101 | 100011100 | 1010101 | 101111 |
Color Harmonies of #A812DD
Complementary color
Monochromatic Colors of #A812DD
Black with #A812DD
Text Example
Text Example
White with #A812DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A812DD; }
p { color: rgb(168,18,221); }
H1.HeaderClassName
{
color: #A812DD;
}
.AnyTagClassName
{
color: #A812DD;
}
</style>
background-color css
<style>
a { background-color: #A812DD; }
a { background-color: rgb(168,18,221); }
div.DivClassName
{
background-color: #A812DD;
}
.BgClassName
{
background-color: #A812DD;
}
</style>
border-color css
<style>
span { border-color: #A812DD; }
span { border-color: rgb(168,18,221); }
td.TdClassName
{
border-color: #A812DD;
}
.TagClassName
{
border-color: #A812DD;
}
</style>