Shades of Dark Violet #A610B7
Tints of Dark Violet #A610B7
RGB
CMYK
RGB Variations
Color information
#A610B7 (or 0xA610B7) is known color: Dark Violet. HEX triplet: A6, 10 and B7. RGB value is (166,16,183). Sum of RGB (Red+Green+Blue) = 166+16+183=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #A610B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A610B7 is #59EF48. Grayscale: #4F4F4F. Windows color (decimal): -5893961 or 11997350. OLE color: 11997350.
HSL color Cylindrical-coordinate representation of color #A610B7: hue angle of 293.89º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A610B7 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 16 | 183 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.28 |
| HSL | 293.89º | 0.84% | 0.39% | - |
| HSV(B) | 293.89º | 0.91% | 0.72% | - |
| XYZ | 24.46 | 11.9 | 45.81 | - |
| YUV | 79.89 | 186.2 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 183 | 0.09 | 0.91 | 0 | 0.28 | 293.89 | 0.84 | 0.39 |
| Hex | A6 | 10 | B7 | 9 | 5B | 0 | 1C | 126 | 54 | 27 |
| Octal | 246 | 20 | 267 | 11 | 133 | 0 | 34 | 446 | 124 | 47 |
| Binary | 10100110 | 10000 | 10110111 | 1001 | 1011011 | 0 | 11100 | 100100110 | 1010100 | 100111 |
Color Harmonies of #A610B7
Complementary color
Monochromatic Colors of #A610B7
Black with #A610B7
Text Example
Text Example
White with #A610B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A610B7; }
p { color: rgb(166,16,183); }
H1.HeaderClassName
{
color: #A610B7;
}
.AnyTagClassName
{
color: #A610B7;
}
</style>
background-color css
<style>
a { background-color: #A610B7; }
a { background-color: rgb(166,16,183); }
div.DivClassName
{
background-color: #A610B7;
}
.BgClassName
{
background-color: #A610B7;
}
</style>
border-color css
<style>
span { border-color: #A610B7; }
span { border-color: rgb(166,16,183); }
td.TdClassName
{
border-color: #A610B7;
}
.TagClassName
{
border-color: #A610B7;
}
</style>