Shades of Dark Violet #A10AC6
Tints of Dark Violet #A10AC6
RGB
CMYK
RGB Variations
Color information
#A10AC6 (or 0xA10AC6) is known color: Dark Violet. HEX triplet: A1, 0A and C6. RGB value is (161,10,198). Sum of RGB (Red+Green+Blue) = 161+10+198=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 198 (77.73% from 255 or 53.66% from 369); Max value from RGB is 198 - color contains mainly: blue. Hex color #A10AC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10AC6 is #5EF539. Grayscale: #4B4B4B. Windows color (decimal): -6223162 or 12978849. OLE color: 12978849.
HSL color Cylindrical-coordinate representation of color #A10AC6: hue angle of 288.19º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10AC6 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 10 | 198 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.22 |
| HSL | 288.19º | 0.9% | 0.41% | - |
| HSV(B) | 288.19º | 0.95% | 0.78% | - |
| XYZ | 25 | 11.87 | 54.4 | - |
| YUV | 76.58 | 196.53 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 198 | 0.19 | 0.95 | 0 | 0.22 | 288.19 | 0.9 | 0.41 |
| Hex | A1 | A | C6 | 13 | 5F | 0 | 16 | 120 | 5A | 29 |
| Octal | 241 | 12 | 306 | 23 | 137 | 0 | 26 | 440 | 132 | 51 |
| Binary | 10100001 | 1010 | 11000110 | 10011 | 1011111 | 0 | 10110 | 100100000 | 1011010 | 101001 |
Color Harmonies of #A10AC6
Complementary color
Monochromatic Colors of #A10AC6
Black with #A10AC6
Text Example
Text Example
White with #A10AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10AC6; }
p { color: rgb(161,10,198); }
H1.HeaderClassName
{
color: #A10AC6;
}
.AnyTagClassName
{
color: #A10AC6;
}
</style>
background-color css
<style>
a { background-color: #A10AC6; }
a { background-color: rgb(161,10,198); }
div.DivClassName
{
background-color: #A10AC6;
}
.BgClassName
{
background-color: #A10AC6;
}
</style>
border-color css
<style>
span { border-color: #A10AC6; }
span { border-color: rgb(161,10,198); }
td.TdClassName
{
border-color: #A10AC6;
}
.TagClassName
{
border-color: #A10AC6;
}
</style>