Shades of Dark Violet #A814D6
Tints of Dark Violet #A814D6
RGB
CMYK
RGB Variations
Color information
#A814D6 (or 0xA814D6) is known color: Dark Violet. HEX triplet: A8, 14 and D6. RGB value is (168,20,214). Sum of RGB (Red+Green+Blue) = 168+20+214=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 214 (83.98% from 255 or 53.23% from 402); Max value from RGB is 214 - color contains mainly: blue. Hex color #A814D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A814D6 is #57EB29. Grayscale: #555555. Windows color (decimal): -5761834 or 14029992. OLE color: 14029992.
HSL color Cylindrical-coordinate representation of color #A814D6: hue angle of 285.77º degrees, saturation: 0.83, 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 #A814D6 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 20 | 214 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.16 |
| HSL | 285.77º | 0.83% | 0.46% | - |
| HSV(B) | 285.77º | 0.91% | 0.84% | - |
| XYZ | 28.54 | 13.68 | 64.75 | - |
| YUV | 86.37 | 200.03 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 214 | 0.21 | 0.91 | 0 | 0.16 | 285.77 | 0.83 | 0.46 |
| Hex | A8 | 14 | D6 | 15 | 5B | 0 | 10 | 11E | 53 | 2E |
| Octal | 250 | 24 | 326 | 25 | 133 | 0 | 20 | 436 | 123 | 56 |
| Binary | 10101000 | 10100 | 11010110 | 10101 | 1011011 | 0 | 10000 | 100011110 | 1010011 | 101110 |
Color Harmonies of #A814D6
Complementary color
Monochromatic Colors of #A814D6
Black with #A814D6
Text Example
Text Example
White with #A814D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A814D6; }
p { color: rgb(168,20,214); }
H1.HeaderClassName
{
color: #A814D6;
}
.AnyTagClassName
{
color: #A814D6;
}
</style>
background-color css
<style>
a { background-color: #A814D6; }
a { background-color: rgb(168,20,214); }
div.DivClassName
{
background-color: #A814D6;
}
.BgClassName
{
background-color: #A814D6;
}
</style>
border-color css
<style>
span { border-color: #A814D6; }
span { border-color: rgb(168,20,214); }
td.TdClassName
{
border-color: #A814D6;
}
.TagClassName
{
border-color: #A814D6;
}
</style>