Shades of Dark Violet #A814D9
Tints of Dark Violet #A814D9
RGB
CMYK
RGB Variations
Color information
#A814D9 (or 0xA814D9) is known color: Dark Violet. HEX triplet: A8, 14 and D9. RGB value is (168,20,217). Sum of RGB (Red+Green+Blue) = 168+20+217=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 217 (85.16% from 255 or 53.58% from 405); Max value from RGB is 217 - color contains mainly: blue. Hex color #A814D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A814D9 is #57EB26. Grayscale: #565656. Windows color (decimal): -5761831 or 14226600. OLE color: 14226600.
HSL color Cylindrical-coordinate representation of color #A814D9: hue angle of 285.08º degrees, saturation: 0.83, 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 #A814D9 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 20 | 217 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.15 |
| HSL | 285.08º | 0.83% | 0.46% | - |
| HSV(B) | 285.08º | 0.91% | 0.85% | - |
| XYZ | 28.92 | 13.83 | 66.79 | - |
| YUV | 86.71 | 201.53 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 217 | 0.23 | 0.91 | 0 | 0.15 | 285.08 | 0.83 | 0.46 |
| Hex | A8 | 14 | D9 | 17 | 5B | 0 | F | 11D | 53 | 2E |
| Octal | 250 | 24 | 331 | 27 | 133 | 0 | 17 | 435 | 123 | 56 |
| Binary | 10101000 | 10100 | 11011001 | 10111 | 1011011 | 0 | 1111 | 100011101 | 1010011 | 101110 |
Color Harmonies of #A814D9
Complementary color
Monochromatic Colors of #A814D9
Black with #A814D9
Text Example
Text Example
White with #A814D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A814D9; }
p { color: rgb(168,20,217); }
H1.HeaderClassName
{
color: #A814D9;
}
.AnyTagClassName
{
color: #A814D9;
}
</style>
background-color css
<style>
a { background-color: #A814D9; }
a { background-color: rgb(168,20,217); }
div.DivClassName
{
background-color: #A814D9;
}
.BgClassName
{
background-color: #A814D9;
}
</style>
border-color css
<style>
span { border-color: #A814D9; }
span { border-color: rgb(168,20,217); }
td.TdClassName
{
border-color: #A814D9;
}
.TagClassName
{
border-color: #A814D9;
}
</style>