Shades of Dark Violet #A10FBC
Tints of Dark Violet #A10FBC
RGB
CMYK
RGB Variations
Color information
#A10FBC (or 0xA10FBC) is known color: Dark Violet. HEX triplet: A1, 0F and BC. RGB value is (161,15,188). Sum of RGB (Red+Green+Blue) = 161+15+188=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #A10FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FBC is #5EF043. Grayscale: #4D4D4D. Windows color (decimal): -6221892 or 12324769. OLE color: 12324769.
HSL color Cylindrical-coordinate representation of color #A10FBC: hue angle of 290.64º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A10FBC is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 15 | 188 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.26 |
| HSL | 290.64º | 0.85% | 0.4% | - |
| HSV(B) | 290.64º | 0.92% | 0.74% | - |
| XYZ | 23.95 | 11.55 | 48.54 | - |
| YUV | 78.38 | 189.87 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 188 | 0.14 | 0.92 | 0 | 0.26 | 290.64 | 0.85 | 0.4 |
| Hex | A1 | F | BC | E | 5C | 0 | 1A | 123 | 55 | 28 |
| Octal | 241 | 17 | 274 | 16 | 134 | 0 | 32 | 443 | 125 | 50 |
| Binary | 10100001 | 1111 | 10111100 | 1110 | 1011100 | 0 | 11010 | 100100011 | 1010101 | 101000 |
Color Harmonies of #A10FBC
Complementary color
Monochromatic Colors of #A10FBC
Black with #A10FBC
Text Example
Text Example
White with #A10FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10FBC; }
p { color: rgb(161,15,188); }
H1.HeaderClassName
{
color: #A10FBC;
}
.AnyTagClassName
{
color: #A10FBC;
}
</style>
background-color css
<style>
a { background-color: #A10FBC; }
a { background-color: rgb(161,15,188); }
div.DivClassName
{
background-color: #A10FBC;
}
.BgClassName
{
background-color: #A10FBC;
}
</style>
border-color css
<style>
span { border-color: #A10FBC; }
span { border-color: rgb(161,15,188); }
td.TdClassName
{
border-color: #A10FBC;
}
.TagClassName
{
border-color: #A10FBC;
}
</style>