Shades of Dark Violet #A10BCD
Tints of Dark Violet #A10BCD
RGB
CMYK
RGB Variations
Color information
#A10BCD (or 0xA10BCD) is known color: Dark Violet. HEX triplet: A1, 0B and CD. RGB value is (161,11,205). Sum of RGB (Red+Green+Blue) = 161+11+205=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #A10BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10BCD is #5EF432. Grayscale: #4D4D4D. Windows color (decimal): -6222899 or 13437857. OLE color: 13437857.
HSL color Cylindrical-coordinate representation of color #A10BCD: hue angle of 286.39º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10BCD is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 11 | 205 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.20 |
| HSL | 286.39º | 0.9% | 0.42% | - |
| HSV(B) | 286.39º | 0.95% | 0.8% | - |
| XYZ | 25.84 | 12.22 | 58.76 | - |
| YUV | 77.97 | 199.7 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 11 | 205 | 0.21 | 0.95 | 0 | 0.20 | 286.39 | 0.9 | 0.42 |
| Hex | A1 | B | CD | 15 | 5F | 0 | 14 | 11E | 5A | 2A |
| Octal | 241 | 13 | 315 | 25 | 137 | 0 | 24 | 436 | 132 | 52 |
| Binary | 10100001 | 1011 | 11001101 | 10101 | 1011111 | 0 | 10100 | 100011110 | 1011010 | 101010 |
Color Harmonies of #A10BCD
Complementary color
Monochromatic Colors of #A10BCD
Black with #A10BCD
Text Example
Text Example
White with #A10BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10BCD; }
p { color: rgb(161,11,205); }
H1.HeaderClassName
{
color: #A10BCD;
}
.AnyTagClassName
{
color: #A10BCD;
}
</style>
background-color css
<style>
a { background-color: #A10BCD; }
a { background-color: rgb(161,11,205); }
div.DivClassName
{
background-color: #A10BCD;
}
.BgClassName
{
background-color: #A10BCD;
}
</style>
border-color css
<style>
span { border-color: #A10BCD; }
span { border-color: rgb(161,11,205); }
td.TdClassName
{
border-color: #A10BCD;
}
.TagClassName
{
border-color: #A10BCD;
}
</style>