Shades of Dark Violet #A610B5
Tints of Dark Violet #A610B5
RGB
CMYK
RGB Variations
Color information
#A610B5 (or 0xA610B5) is known color: Dark Violet. HEX triplet: A6, 10 and B5. RGB value is (166,16,181). Sum of RGB (Red+Green+Blue) = 166+16+181=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 181 (71.09% from 255 or 49.86% from 363); Max value from RGB is 181 - color contains mainly: blue. Hex color #A610B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A610B5 is #59EF4A. Grayscale: #4F4F4F. Windows color (decimal): -5893963 or 11866278. OLE color: 11866278.
HSL color Cylindrical-coordinate representation of color #A610B5: hue angle of 294.55º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A610B5 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 16 | 181 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.29 |
| HSL | 294.55º | 0.84% | 0.39% | - |
| HSV(B) | 294.55º | 0.91% | 0.71% | - |
| XYZ | 24.25 | 11.81 | 44.72 | - |
| YUV | 79.66 | 185.2 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 181 | 0.08 | 0.91 | 0 | 0.29 | 294.55 | 0.84 | 0.39 |
| Hex | A6 | 10 | B5 | 8 | 5B | 0 | 1D | 127 | 54 | 27 |
| Octal | 246 | 20 | 265 | 10 | 133 | 0 | 35 | 447 | 124 | 47 |
| Binary | 10100110 | 10000 | 10110101 | 1000 | 1011011 | 0 | 11101 | 100100111 | 1010100 | 100111 |
Color Harmonies of #A610B5
Complementary color
Monochromatic Colors of #A610B5
Black with #A610B5
Text Example
Text Example
White with #A610B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A610B5; }
p { color: rgb(166,16,181); }
H1.HeaderClassName
{
color: #A610B5;
}
.AnyTagClassName
{
color: #A610B5;
}
</style>
background-color css
<style>
a { background-color: #A610B5; }
a { background-color: rgb(166,16,181); }
div.DivClassName
{
background-color: #A610B5;
}
.BgClassName
{
background-color: #A610B5;
}
</style>
border-color css
<style>
span { border-color: #A610B5; }
span { border-color: rgb(166,16,181); }
td.TdClassName
{
border-color: #A610B5;
}
.TagClassName
{
border-color: #A610B5;
}
</style>