Shades of Dark Violet #A10DB3
Tints of Dark Violet #A10DB3
RGB
CMYK
RGB Variations
Color information
#A10DB3 (or 0xA10DB3) is known color: Dark Violet. HEX triplet: A1, 0D and B3. RGB value is (161,13,179). Sum of RGB (Red+Green+Blue) = 161+13+179=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #A10DB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10DB3 is #5EF24C. Grayscale: #4B4B4B. Windows color (decimal): -6222413 or 11734433. OLE color: 11734433.
HSL color Cylindrical-coordinate representation of color #A10DB3: hue angle of 293.49º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10DB3 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 13 | 179 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.30 |
| HSL | 293.49º | 0.86% | 0.38% | - |
| HSV(B) | 293.49º | 0.93% | 0.7% | - |
| XYZ | 22.98 | 11.12 | 43.58 | - |
| YUV | 76.18 | 186.03 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 13 | 179 | 0.10 | 0.93 | 0 | 0.30 | 293.49 | 0.86 | 0.38 |
| Hex | A1 | D | B3 | A | 5D | 0 | 1E | 125 | 56 | 26 |
| Octal | 241 | 15 | 263 | 12 | 135 | 0 | 36 | 445 | 126 | 46 |
| Binary | 10100001 | 1101 | 10110011 | 1010 | 1011101 | 0 | 11110 | 100100101 | 1010110 | 100110 |
Color Harmonies of #A10DB3
Complementary color
Monochromatic Colors of #A10DB3
Black with #A10DB3
Text Example
Text Example
White with #A10DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10DB3; }
p { color: rgb(161,13,179); }
H1.HeaderClassName
{
color: #A10DB3;
}
.AnyTagClassName
{
color: #A10DB3;
}
</style>
background-color css
<style>
a { background-color: #A10DB3; }
a { background-color: rgb(161,13,179); }
div.DivClassName
{
background-color: #A10DB3;
}
.BgClassName
{
background-color: #A10DB3;
}
</style>
border-color css
<style>
span { border-color: #A10DB3; }
span { border-color: rgb(161,13,179); }
td.TdClassName
{
border-color: #A10DB3;
}
.TagClassName
{
border-color: #A10DB3;
}
</style>