Shades of Dark Violet #A610B4
Tints of Dark Violet #A610B4
RGB
CMYK
RGB Variations
Color information
#A610B4 (or 0xA610B4) is known color: Dark Violet. HEX triplet: A6, 10 and B4. RGB value is (166,16,180). Sum of RGB (Red+Green+Blue) = 166+16+180=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 180 (70.70% from 255 or 49.72% from 362); Max value from RGB is 180 - color contains mainly: blue. Hex color #A610B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A610B4 is #59EF4B. Grayscale: #4F4F4F. Windows color (decimal): -5893964 or 11800742. OLE color: 11800742.
HSL color Cylindrical-coordinate representation of color #A610B4: hue angle of 294.88º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A610B4 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 16 | 180 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.29 |
| HSL | 294.88º | 0.84% | 0.38% | - |
| HSV(B) | 294.88º | 0.91% | 0.71% | - |
| XYZ | 24.15 | 11.77 | 44.18 | - |
| YUV | 79.55 | 184.7 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 180 | 0.08 | 0.91 | 0 | 0.29 | 294.88 | 0.84 | 0.38 |
| Hex | A6 | 10 | B4 | 8 | 5B | 0 | 1D | 127 | 54 | 26 |
| Octal | 246 | 20 | 264 | 10 | 133 | 0 | 35 | 447 | 124 | 46 |
| Binary | 10100110 | 10000 | 10110100 | 1000 | 1011011 | 0 | 11101 | 100100111 | 1010100 | 100110 |
Color Harmonies of #A610B4
Complementary color
Monochromatic Colors of #A610B4
Black with #A610B4
Text Example
Text Example
White with #A610B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A610B4; }
p { color: rgb(166,16,180); }
H1.HeaderClassName
{
color: #A610B4;
}
.AnyTagClassName
{
color: #A610B4;
}
</style>
background-color css
<style>
a { background-color: #A610B4; }
a { background-color: rgb(166,16,180); }
div.DivClassName
{
background-color: #A610B4;
}
.BgClassName
{
background-color: #A610B4;
}
</style>
border-color css
<style>
span { border-color: #A610B4; }
span { border-color: rgb(166,16,180); }
td.TdClassName
{
border-color: #A610B4;
}
.TagClassName
{
border-color: #A610B4;
}
</style>