Shades of Dark Violet #A610BE
Tints of Dark Violet #A610BE
RGB
CMYK
RGB Variations
Color information
#A610BE (or 0xA610BE) is known color: Dark Violet. HEX triplet: A6, 10 and BE. RGB value is (166,16,190). Sum of RGB (Red+Green+Blue) = 166+16+190=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #A610BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A610BE is #59EF41. Grayscale: #505050. Windows color (decimal): -5893954 or 12456102. OLE color: 12456102.
HSL color Cylindrical-coordinate representation of color #A610BE: hue angle of 291.72º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A610BE is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 16 | 190 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.25 |
| HSL | 291.72º | 0.84% | 0.4% | - |
| HSV(B) | 291.72º | 0.92% | 0.75% | - |
| XYZ | 25.21 | 12.2 | 49.74 | - |
| YUV | 80.69 | 189.7 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 190 | 0.13 | 0.92 | 0 | 0.25 | 291.72 | 0.84 | 0.4 |
| Hex | A6 | 10 | BE | D | 5C | 0 | 19 | 124 | 54 | 28 |
| Octal | 246 | 20 | 276 | 15 | 134 | 0 | 31 | 444 | 124 | 50 |
| Binary | 10100110 | 10000 | 10111110 | 1101 | 1011100 | 0 | 11001 | 100100100 | 1010100 | 101000 |
Color Harmonies of #A610BE
Complementary color
Monochromatic Colors of #A610BE
Black with #A610BE
Text Example
Text Example
White with #A610BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A610BE; }
p { color: rgb(166,16,190); }
H1.HeaderClassName
{
color: #A610BE;
}
.AnyTagClassName
{
color: #A610BE;
}
</style>
background-color css
<style>
a { background-color: #A610BE; }
a { background-color: rgb(166,16,190); }
div.DivClassName
{
background-color: #A610BE;
}
.BgClassName
{
background-color: #A610BE;
}
</style>
border-color css
<style>
span { border-color: #A610BE; }
span { border-color: rgb(166,16,190); }
td.TdClassName
{
border-color: #A610BE;
}
.TagClassName
{
border-color: #A610BE;
}
</style>