Shades of Dark Violet #A10FB0
Tints of Dark Violet #A10FB0
RGB
CMYK
RGB Variations
Color information
#A10FB0 (or 0xA10FB0) is known color: Dark Violet. HEX triplet: A1, 0F and B0. RGB value is (161,15,176). Sum of RGB (Red+Green+Blue) = 161+15+176=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 176 (69.14% from 255 or 50% from 352); Max value from RGB is 176 - color contains mainly: blue. Hex color #A10FB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10FB0 is #5EF04F. Grayscale: #4C4C4C. Windows color (decimal): -6221904 or 11538337. OLE color: 11538337.
HSL color Cylindrical-coordinate representation of color #A10FB0: hue angle of 294.41º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10FB0 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 15 | 176 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.31 |
| HSL | 294.41º | 0.84% | 0.37% | - |
| HSV(B) | 294.41º | 0.91% | 0.69% | - |
| XYZ | 22.71 | 11.05 | 42.01 | - |
| YUV | 77.01 | 183.87 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 176 | 0.09 | 0.91 | 0 | 0.31 | 294.41 | 0.84 | 0.37 |
| Hex | A1 | F | B0 | 9 | 5B | 0 | 1F | 126 | 54 | 25 |
| Octal | 241 | 17 | 260 | 11 | 133 | 0 | 37 | 446 | 124 | 45 |
| Binary | 10100001 | 1111 | 10110000 | 1001 | 1011011 | 0 | 11111 | 100100110 | 1010100 | 100101 |
Color Harmonies of #A10FB0
Complementary color
Monochromatic Colors of #A10FB0
Black with #A10FB0
Text Example
Text Example
White with #A10FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10FB0; }
p { color: rgb(161,15,176); }
H1.HeaderClassName
{
color: #A10FB0;
}
.AnyTagClassName
{
color: #A10FB0;
}
</style>
background-color css
<style>
a { background-color: #A10FB0; }
a { background-color: rgb(161,15,176); }
div.DivClassName
{
background-color: #A10FB0;
}
.BgClassName
{
background-color: #A10FB0;
}
</style>
border-color css
<style>
span { border-color: #A10FB0; }
span { border-color: rgb(161,15,176); }
td.TdClassName
{
border-color: #A10FB0;
}
.TagClassName
{
border-color: #A10FB0;
}
</style>