Shades of Dark Violet #A611B8
Tints of Dark Violet #A611B8
RGB
CMYK
RGB Variations
Color information
#A611B8 (or 0xA611B8) is known color: Dark Violet. HEX triplet: A6, 11 and B8. RGB value is (166,17,184). Sum of RGB (Red+Green+Blue) = 166+17+184=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 184 (72.27% from 255 or 50.14% from 367); Max value from RGB is 184 - color contains mainly: blue. Hex color #A611B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A611B8 is #59EE47. Grayscale: #505050. Windows color (decimal): -5893704 or 12063142. OLE color: 12063142.
HSL color Cylindrical-coordinate representation of color #A611B8: hue angle of 293.53º degrees, saturation: 0.83, 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 #A611B8 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 17 | 184 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.28 |
| HSL | 293.53º | 0.83% | 0.39% | - |
| HSV(B) | 293.53º | 0.91% | 0.72% | - |
| XYZ | 24.58 | 11.97 | 46.36 | - |
| YUV | 80.59 | 186.36 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 184 | 0.10 | 0.91 | 0 | 0.28 | 293.53 | 0.83 | 0.39 |
| Hex | A6 | 11 | B8 | A | 5B | 0 | 1C | 126 | 53 | 27 |
| Octal | 246 | 21 | 270 | 12 | 133 | 0 | 34 | 446 | 123 | 47 |
| Binary | 10100110 | 10001 | 10111000 | 1010 | 1011011 | 0 | 11100 | 100100110 | 1010011 | 100111 |
Color Harmonies of #A611B8
Complementary color
Monochromatic Colors of #A611B8
Black with #A611B8
Text Example
Text Example
White with #A611B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A611B8; }
p { color: rgb(166,17,184); }
H1.HeaderClassName
{
color: #A611B8;
}
.AnyTagClassName
{
color: #A611B8;
}
</style>
background-color css
<style>
a { background-color: #A611B8; }
a { background-color: rgb(166,17,184); }
div.DivClassName
{
background-color: #A611B8;
}
.BgClassName
{
background-color: #A611B8;
}
</style>
border-color css
<style>
span { border-color: #A611B8; }
span { border-color: rgb(166,17,184); }
td.TdClassName
{
border-color: #A611B8;
}
.TagClassName
{
border-color: #A611B8;
}
</style>