Shades of Dark Violet #A810DE
Tints of Dark Violet #A810DE
RGB
CMYK
RGB Variations
Color information
#A810DE (or 0xA810DE) is known color: Dark Violet. HEX triplet: A8, 10 and DE. RGB value is (168,16,222). Sum of RGB (Red+Green+Blue) = 168+16+222=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #A810DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A810DE is #57EF21. Grayscale: #545454. Windows color (decimal): -5762850 or 14553256. OLE color: 14553256.
HSL color Cylindrical-coordinate representation of color #A810DE: hue angle of 284.27º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A810DE is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 16 | 222 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.13 |
| HSL | 284.27º | 0.87% | 0.47% | - |
| HSV(B) | 284.27º | 0.93% | 0.87% | - |
| XYZ | 29.52 | 13.97 | 70.25 | - |
| YUV | 84.93 | 205.36 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 222 | 0.24 | 0.93 | 0 | 0.13 | 284.27 | 0.87 | 0.47 |
| Hex | A8 | 10 | DE | 18 | 5D | 0 | D | 11C | 57 | 2F |
| Octal | 250 | 20 | 336 | 30 | 135 | 0 | 15 | 434 | 127 | 57 |
| Binary | 10101000 | 10000 | 11011110 | 11000 | 1011101 | 0 | 1101 | 100011100 | 1010111 | 101111 |
Color Harmonies of #A810DE
Complementary color
Monochromatic Colors of #A810DE
Black with #A810DE
Text Example
Text Example
White with #A810DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A810DE; }
p { color: rgb(168,16,222); }
H1.HeaderClassName
{
color: #A810DE;
}
.AnyTagClassName
{
color: #A810DE;
}
</style>
background-color css
<style>
a { background-color: #A810DE; }
a { background-color: rgb(168,16,222); }
div.DivClassName
{
background-color: #A810DE;
}
.BgClassName
{
background-color: #A810DE;
}
</style>
border-color css
<style>
span { border-color: #A810DE; }
span { border-color: rgb(168,16,222); }
td.TdClassName
{
border-color: #A810DE;
}
.TagClassName
{
border-color: #A810DE;
}
</style>