Shades of Dark Violet #A611BD
Tints of Dark Violet #A611BD
RGB
CMYK
RGB Variations
Color information
#A611BD (or 0xA611BD) is known color: Dark Violet. HEX triplet: A6, 11 and BD. RGB value is (166,17,189). Sum of RGB (Red+Green+Blue) = 166+17+189=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #A611BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A611BD is #59EE42. Grayscale: #505050. Windows color (decimal): -5893699 or 12390822. OLE color: 12390822.
HSL color Cylindrical-coordinate representation of color #A611BD: hue angle of 291.98º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A611BD is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 17 | 189 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.26 |
| HSL | 291.98º | 0.83% | 0.4% | - |
| HSV(B) | 291.98º | 0.91% | 0.74% | - |
| XYZ | 25.11 | 12.18 | 49.17 | - |
| YUV | 81.16 | 188.86 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 189 | 0.12 | 0.91 | 0 | 0.26 | 291.98 | 0.83 | 0.4 |
| Hex | A6 | 11 | BD | C | 5B | 0 | 1A | 124 | 53 | 28 |
| Octal | 246 | 21 | 275 | 14 | 133 | 0 | 32 | 444 | 123 | 50 |
| Binary | 10100110 | 10001 | 10111101 | 1100 | 1011011 | 0 | 11010 | 100100100 | 1010011 | 101000 |
Color Harmonies of #A611BD
Complementary color
Monochromatic Colors of #A611BD
Black with #A611BD
Text Example
Text Example
White with #A611BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A611BD; }
p { color: rgb(166,17,189); }
H1.HeaderClassName
{
color: #A611BD;
}
.AnyTagClassName
{
color: #A611BD;
}
</style>
background-color css
<style>
a { background-color: #A611BD; }
a { background-color: rgb(166,17,189); }
div.DivClassName
{
background-color: #A611BD;
}
.BgClassName
{
background-color: #A611BD;
}
</style>
border-color css
<style>
span { border-color: #A611BD; }
span { border-color: rgb(166,17,189); }
td.TdClassName
{
border-color: #A611BD;
}
.TagClassName
{
border-color: #A611BD;
}
</style>