Shades of Dark Violet #A10DB8
Tints of Dark Violet #A10DB8
RGB
CMYK
RGB Variations
Color information
#A10DB8 (or 0xA10DB8) is known color: Dark Violet. HEX triplet: A1, 0D and B8. RGB value is (161,13,184). Sum of RGB (Red+Green+Blue) = 161+13+184=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 184 (72.27% from 255 or 51.40% from 358); Max value from RGB is 184 - color contains mainly: blue. Hex color #A10DB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10DB8 is #5EF247. Grayscale: #4C4C4C. Windows color (decimal): -6222408 or 12062113. OLE color: 12062113.
HSL color Cylindrical-coordinate representation of color #A10DB8: hue angle of 291.93º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10DB8 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 13 | 184 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.28 |
| HSL | 291.93º | 0.87% | 0.39% | - |
| HSV(B) | 291.93º | 0.93% | 0.72% | - |
| XYZ | 23.49 | 11.33 | 46.3 | - |
| YUV | 76.75 | 188.53 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 13 | 184 | 0.12 | 0.93 | 0 | 0.28 | 291.93 | 0.87 | 0.39 |
| Hex | A1 | D | B8 | C | 5D | 0 | 1C | 124 | 57 | 27 |
| Octal | 241 | 15 | 270 | 14 | 135 | 0 | 34 | 444 | 127 | 47 |
| Binary | 10100001 | 1101 | 10111000 | 1100 | 1011101 | 0 | 11100 | 100100100 | 1010111 | 100111 |
Color Harmonies of #A10DB8
Complementary color
Monochromatic Colors of #A10DB8
Black with #A10DB8
Text Example
Text Example
White with #A10DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10DB8; }
p { color: rgb(161,13,184); }
H1.HeaderClassName
{
color: #A10DB8;
}
.AnyTagClassName
{
color: #A10DB8;
}
</style>
background-color css
<style>
a { background-color: #A10DB8; }
a { background-color: rgb(161,13,184); }
div.DivClassName
{
background-color: #A10DB8;
}
.BgClassName
{
background-color: #A10DB8;
}
</style>
border-color css
<style>
span { border-color: #A10DB8; }
span { border-color: rgb(161,13,184); }
td.TdClassName
{
border-color: #A10DB8;
}
.TagClassName
{
border-color: #A10DB8;
}
</style>