Shades of Dark Violet #A810DC
Tints of Dark Violet #A810DC
RGB
CMYK
RGB Variations
Color information
#A810DC (or 0xA810DC) is known color: Dark Violet. HEX triplet: A8, 10 and DC. RGB value is (168,16,220). Sum of RGB (Red+Green+Blue) = 168+16+220=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #A810DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A810DC is #57EF23. Grayscale: #545454. Windows color (decimal): -5762852 or 14422184. OLE color: 14422184.
HSL color Cylindrical-coordinate representation of color #A810DC: hue angle of 284.71º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A810DC is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 16 | 220 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.14 |
| HSL | 284.71º | 0.86% | 0.46% | - |
| HSV(B) | 284.71º | 0.93% | 0.86% | - |
| XYZ | 29.25 | 13.86 | 68.84 | - |
| YUV | 84.7 | 204.36 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 220 | 0.24 | 0.93 | 0 | 0.14 | 284.71 | 0.86 | 0.46 |
| Hex | A8 | 10 | DC | 18 | 5D | 0 | E | 11D | 56 | 2E |
| Octal | 250 | 20 | 334 | 30 | 135 | 0 | 16 | 435 | 126 | 56 |
| Binary | 10101000 | 10000 | 11011100 | 11000 | 1011101 | 0 | 1110 | 100011101 | 1010110 | 101110 |
Color Harmonies of #A810DC
Complementary color
Monochromatic Colors of #A810DC
Black with #A810DC
Text Example
Text Example
White with #A810DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A810DC; }
p { color: rgb(168,16,220); }
H1.HeaderClassName
{
color: #A810DC;
}
.AnyTagClassName
{
color: #A810DC;
}
</style>
background-color css
<style>
a { background-color: #A810DC; }
a { background-color: rgb(168,16,220); }
div.DivClassName
{
background-color: #A810DC;
}
.BgClassName
{
background-color: #A810DC;
}
</style>
border-color css
<style>
span { border-color: #A810DC; }
span { border-color: rgb(168,16,220); }
td.TdClassName
{
border-color: #A810DC;
}
.TagClassName
{
border-color: #A810DC;
}
</style>