Shades of Dark Violet #A810D2
Tints of Dark Violet #A810D2
RGB
CMYK
RGB Variations
Color information
#A810D2 (or 0xA810D2) is known color: Dark Violet. HEX triplet: A8, 10 and D2. RGB value is (168,16,210). Sum of RGB (Red+Green+Blue) = 168+16+210=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 210 (82.42% from 255 or 53.30% from 394); Max value from RGB is 210 - color contains mainly: blue. Hex color #A810D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A810D2 is #57EF2D. Grayscale: #525252. Windows color (decimal): -5762862 or 13766824. OLE color: 13766824.
HSL color Cylindrical-coordinate representation of color #A810D2: hue angle of 287.01º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A810D2 is Cyan = 0.2, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 16 | 210 | - |
| CMYK | 0.2 | 0.92 | 0 | 0.18 |
| HSL | 287.01º | 0.86% | 0.44% | - |
| HSV(B) | 287.01º | 0.92% | 0.82% | - |
| XYZ | 27.97 | 13.35 | 62.08 | - |
| YUV | 83.56 | 199.36 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 210 | 0.2 | 0.92 | 0 | 0.18 | 287.01 | 0.86 | 0.44 |
| Hex | A8 | 10 | D2 | 14 | 5C | 0 | 12 | 11F | 56 | 2C |
| Octal | 250 | 20 | 322 | 24 | 134 | 0 | 22 | 437 | 126 | 54 |
| Binary | 10101000 | 10000 | 11010010 | 10100 | 1011100 | 0 | 10010 | 100011111 | 1010110 | 101100 |
Color Harmonies of #A810D2
Complementary color
Monochromatic Colors of #A810D2
Black with #A810D2
Text Example
Text Example
White with #A810D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A810D2; }
p { color: rgb(168,16,210); }
H1.HeaderClassName
{
color: #A810D2;
}
.AnyTagClassName
{
color: #A810D2;
}
</style>
background-color css
<style>
a { background-color: #A810D2; }
a { background-color: rgb(168,16,210); }
div.DivClassName
{
background-color: #A810D2;
}
.BgClassName
{
background-color: #A810D2;
}
</style>
border-color css
<style>
span { border-color: #A810D2; }
span { border-color: rgb(168,16,210); }
td.TdClassName
{
border-color: #A810D2;
}
.TagClassName
{
border-color: #A810D2;
}
</style>