Shades of Dark Violet #A10DBD
Tints of Dark Violet #A10DBD
RGB
CMYK
RGB Variations
Color information
#A10DBD (or 0xA10DBD) is known color: Dark Violet. HEX triplet: A1, 0D and BD. RGB value is (161,13,189). Sum of RGB (Red+Green+Blue) = 161+13+189=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #A10DBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10DBD is #5EF242. Grayscale: #4C4C4C. Windows color (decimal): -6222403 or 12389793. OLE color: 12389793.
HSL color Cylindrical-coordinate representation of color #A10DBD: hue angle of 290.45º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10DBD is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 13 | 189 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.26 |
| HSL | 290.45º | 0.87% | 0.4% | - |
| HSV(B) | 290.45º | 0.93% | 0.74% | - |
| XYZ | 24.03 | 11.54 | 49.11 | - |
| YUV | 77.32 | 191.03 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 13 | 189 | 0.15 | 0.93 | 0 | 0.26 | 290.45 | 0.87 | 0.4 |
| Hex | A1 | D | BD | F | 5D | 0 | 1A | 122 | 57 | 28 |
| Octal | 241 | 15 | 275 | 17 | 135 | 0 | 32 | 442 | 127 | 50 |
| Binary | 10100001 | 1101 | 10111101 | 1111 | 1011101 | 0 | 11010 | 100100010 | 1010111 | 101000 |
Color Harmonies of #A10DBD
Complementary color
Monochromatic Colors of #A10DBD
Black with #A10DBD
Text Example
Text Example
White with #A10DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10DBD; }
p { color: rgb(161,13,189); }
H1.HeaderClassName
{
color: #A10DBD;
}
.AnyTagClassName
{
color: #A10DBD;
}
</style>
background-color css
<style>
a { background-color: #A10DBD; }
a { background-color: rgb(161,13,189); }
div.DivClassName
{
background-color: #A10DBD;
}
.BgClassName
{
background-color: #A10DBD;
}
</style>
border-color css
<style>
span { border-color: #A10DBD; }
span { border-color: rgb(161,13,189); }
td.TdClassName
{
border-color: #A10DBD;
}
.TagClassName
{
border-color: #A10DBD;
}
</style>