Shades of Dark Violet #A011AF
Tints of Dark Violet #A011AF
RGB
CMYK
RGB Variations
Color information
#A011AF (or 0xA011AF) is known color: Dark Violet. HEX triplet: A0, 11 and AF. RGB value is (160,17,175). Sum of RGB (Red+Green+Blue) = 160+17+175=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #A011AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A011AF is #5FEE50. Grayscale: #4D4D4D. Windows color (decimal): -6286929 or 11473312. OLE color: 11473312.
HSL color Cylindrical-coordinate representation of color #A011AF: hue angle of 294.3º 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 #A011AF is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 17 | 175 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.31 |
| HSL | 294.3º | 0.82% | 0.38% | - |
| HSV(B) | 294.3º | 0.9% | 0.69% | - |
| XYZ | 22.44 | 10.97 | 41.49 | - |
| YUV | 77.77 | 182.88 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 17 | 175 | 0.09 | 0.90 | 0 | 0.31 | 294.3 | 0.82 | 0.38 |
| Hex | A0 | 11 | AF | 9 | 5A | 0 | 1F | 126 | 52 | 26 |
| Octal | 240 | 21 | 257 | 11 | 132 | 0 | 37 | 446 | 122 | 46 |
| Binary | 10100000 | 10001 | 10101111 | 1001 | 1011010 | 0 | 11111 | 100100110 | 1010010 | 100110 |
Color Harmonies of #A011AF
Complementary color
Monochromatic Colors of #A011AF
Black with #A011AF
Text Example
Text Example
White with #A011AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A011AF; }
p { color: rgb(160,17,175); }
H1.HeaderClassName
{
color: #A011AF;
}
.AnyTagClassName
{
color: #A011AF;
}
</style>
background-color css
<style>
a { background-color: #A011AF; }
a { background-color: rgb(160,17,175); }
div.DivClassName
{
background-color: #A011AF;
}
.BgClassName
{
background-color: #A011AF;
}
</style>
border-color css
<style>
span { border-color: #A011AF; }
span { border-color: rgb(160,17,175); }
td.TdClassName
{
border-color: #A011AF;
}
.TagClassName
{
border-color: #A011AF;
}
</style>