Shades of Dark Violet #A10AB7
Tints of Dark Violet #A10AB7
RGB
CMYK
RGB Variations
Color information
#A10AB7 (or 0xA10AB7) is known color: Dark Violet. HEX triplet: A1, 0A and B7. RGB value is (161,10,183). Sum of RGB (Red+Green+Blue) = 161+10+183=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 183 (71.88% from 255 or 51.69% from 354); Max value from RGB is 183 - color contains mainly: blue. Hex color #A10AB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10AB7 is #5EF548. Grayscale: #4A4A4A. Windows color (decimal): -6223177 or 11995809. OLE color: 11995809.
HSL color Cylindrical-coordinate representation of color #A10AB7: hue angle of 292.37º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10AB7 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 10 | 183 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.28 |
| HSL | 292.37º | 0.9% | 0.38% | - |
| HSV(B) | 292.37º | 0.95% | 0.72% | - |
| XYZ | 23.35 | 11.21 | 45.73 | - |
| YUV | 74.87 | 189.03 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 183 | 0.12 | 0.95 | 0 | 0.28 | 292.37 | 0.9 | 0.38 |
| Hex | A1 | A | B7 | C | 5F | 0 | 1C | 124 | 5A | 26 |
| Octal | 241 | 12 | 267 | 14 | 137 | 0 | 34 | 444 | 132 | 46 |
| Binary | 10100001 | 1010 | 10110111 | 1100 | 1011111 | 0 | 11100 | 100100100 | 1011010 | 100110 |
Color Harmonies of #A10AB7
Complementary color
Monochromatic Colors of #A10AB7
Black with #A10AB7
Text Example
Text Example
White with #A10AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10AB7; }
p { color: rgb(161,10,183); }
H1.HeaderClassName
{
color: #A10AB7;
}
.AnyTagClassName
{
color: #A10AB7;
}
</style>
background-color css
<style>
a { background-color: #A10AB7; }
a { background-color: rgb(161,10,183); }
div.DivClassName
{
background-color: #A10AB7;
}
.BgClassName
{
background-color: #A10AB7;
}
</style>
border-color css
<style>
span { border-color: #A10AB7; }
span { border-color: rgb(161,10,183); }
td.TdClassName
{
border-color: #A10AB7;
}
.TagClassName
{
border-color: #A10AB7;
}
</style>