Shades of Dark Violet #A10DB2
Tints of Dark Violet #A10DB2
RGB
CMYK
RGB Variations
Color information
#A10DB2 (or 0xA10DB2) is known color: Dark Violet. HEX triplet: A1, 0D and B2. RGB value is (161,13,178). Sum of RGB (Red+Green+Blue) = 161+13+178=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #A10DB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10DB2 is #5EF24D. Grayscale: #4B4B4B. Windows color (decimal): -6222414 or 11668897. OLE color: 11668897.
HSL color Cylindrical-coordinate representation of color #A10DB2: hue angle of 293.82º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10DB2 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 13 | 178 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.30 |
| HSL | 293.82º | 0.86% | 0.37% | - |
| HSV(B) | 293.82º | 0.93% | 0.7% | - |
| XYZ | 22.88 | 11.08 | 43.05 | - |
| YUV | 76.06 | 185.53 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 13 | 178 | 0.10 | 0.93 | 0 | 0.30 | 293.82 | 0.86 | 0.37 |
| Hex | A1 | D | B2 | A | 5D | 0 | 1E | 126 | 56 | 25 |
| Octal | 241 | 15 | 262 | 12 | 135 | 0 | 36 | 446 | 126 | 45 |
| Binary | 10100001 | 1101 | 10110010 | 1010 | 1011101 | 0 | 11110 | 100100110 | 1010110 | 100101 |
Color Harmonies of #A10DB2
Complementary color
Monochromatic Colors of #A10DB2
Black with #A10DB2
Text Example
Text Example
White with #A10DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10DB2; }
p { color: rgb(161,13,178); }
H1.HeaderClassName
{
color: #A10DB2;
}
.AnyTagClassName
{
color: #A10DB2;
}
</style>
background-color css
<style>
a { background-color: #A10DB2; }
a { background-color: rgb(161,13,178); }
div.DivClassName
{
background-color: #A10DB2;
}
.BgClassName
{
background-color: #A10DB2;
}
</style>
border-color css
<style>
span { border-color: #A10DB2; }
span { border-color: rgb(161,13,178); }
td.TdClassName
{
border-color: #A10DB2;
}
.TagClassName
{
border-color: #A10DB2;
}
</style>