Shades of Dark Violet #A10FB6
Tints of Dark Violet #A10FB6
RGB
CMYK
RGB Variations
Color information
#A10FB6 (or 0xA10FB6) is known color: Dark Violet. HEX triplet: A1, 0F and B6. RGB value is (161,15,182). Sum of RGB (Red+Green+Blue) = 161+15+182=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #A10FB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FB6 is #5EF049. Grayscale: #4D4D4D. Windows color (decimal): -6221898 or 11931553. OLE color: 11931553.
HSL color Cylindrical-coordinate representation of color #A10FB6: hue angle of 292.46º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A10FB6 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 15 | 182 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.29 |
| HSL | 292.46º | 0.85% | 0.39% | - |
| HSV(B) | 292.46º | 0.92% | 0.71% | - |
| XYZ | 23.31 | 11.3 | 45.21 | - |
| YUV | 77.69 | 186.87 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 182 | 0.12 | 0.92 | 0 | 0.29 | 292.46 | 0.85 | 0.39 |
| Hex | A1 | F | B6 | C | 5C | 0 | 1D | 124 | 55 | 27 |
| Octal | 241 | 17 | 266 | 14 | 134 | 0 | 35 | 444 | 125 | 47 |
| Binary | 10100001 | 1111 | 10110110 | 1100 | 1011100 | 0 | 11101 | 100100100 | 1010101 | 100111 |
Color Harmonies of #A10FB6
Complementary color
Monochromatic Colors of #A10FB6
Black with #A10FB6
Text Example
Text Example
White with #A10FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10FB6; }
p { color: rgb(161,15,182); }
H1.HeaderClassName
{
color: #A10FB6;
}
.AnyTagClassName
{
color: #A10FB6;
}
</style>
background-color css
<style>
a { background-color: #A10FB6; }
a { background-color: rgb(161,15,182); }
div.DivClassName
{
background-color: #A10FB6;
}
.BgClassName
{
background-color: #A10FB6;
}
</style>
border-color css
<style>
span { border-color: #A10FB6; }
span { border-color: rgb(161,15,182); }
td.TdClassName
{
border-color: #A10FB6;
}
.TagClassName
{
border-color: #A10FB6;
}
</style>