Shades of Dark Violet #A611AF
Tints of Dark Violet #A611AF
RGB
CMYK
RGB Variations
Color information
#A611AF (or 0xA611AF) is known color: Dark Violet. HEX triplet: A6, 11 and AF. RGB value is (166,17,175). Sum of RGB (Red+Green+Blue) = 166+17+175=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #A611AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A611AF is #59EE50. Grayscale: #4F4F4F. Windows color (decimal): -5893713 or 11473318. OLE color: 11473318.
HSL color Cylindrical-coordinate representation of color #A611AF: hue angle of 296.58º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A611AF is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 17 | 175 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.31 |
| HSL | 296.58º | 0.82% | 0.38% | - |
| HSV(B) | 296.58º | 0.9% | 0.69% | - |
| XYZ | 23.66 | 11.6 | 41.55 | - |
| YUV | 79.56 | 181.86 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 175 | 0.05 | 0.90 | 0 | 0.31 | 296.58 | 0.82 | 0.38 |
| Hex | A6 | 11 | AF | 5 | 5A | 0 | 1F | 129 | 52 | 26 |
| Octal | 246 | 21 | 257 | 5 | 132 | 0 | 37 | 451 | 122 | 46 |
| Binary | 10100110 | 10001 | 10101111 | 101 | 1011010 | 0 | 11111 | 100101001 | 1010010 | 100110 |
Color Harmonies of #A611AF
Complementary color
Monochromatic Colors of #A611AF
Black with #A611AF
Text Example
Text Example
White with #A611AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A611AF; }
p { color: rgb(166,17,175); }
H1.HeaderClassName
{
color: #A611AF;
}
.AnyTagClassName
{
color: #A611AF;
}
</style>
background-color css
<style>
a { background-color: #A611AF; }
a { background-color: rgb(166,17,175); }
div.DivClassName
{
background-color: #A611AF;
}
.BgClassName
{
background-color: #A611AF;
}
</style>
border-color css
<style>
span { border-color: #A611AF; }
span { border-color: rgb(166,17,175); }
td.TdClassName
{
border-color: #A611AF;
}
.TagClassName
{
border-color: #A611AF;
}
</style>