Shades of Dark Violet #A111AF
Tints of Dark Violet #A111AF
RGB
CMYK
RGB Variations
Color information
#A111AF (or 0xA111AF) is known color: Dark Violet. HEX triplet: A1, 11 and AF. RGB value is (161,17,175). Sum of RGB (Red+Green+Blue) = 161+17+175=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #A111AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A111AF is #5EEE50. Grayscale: #4D4D4D. Windows color (decimal): -6221393 or 11473313. OLE color: 11473313.
HSL color Cylindrical-coordinate representation of color #A111AF: hue angle of 294.68º 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 #A111AF is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 17 | 175 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.31 |
| HSL | 294.68º | 0.82% | 0.38% | - |
| HSV(B) | 294.68º | 0.9% | 0.69% | - |
| XYZ | 22.64 | 11.07 | 41.5 | - |
| YUV | 78.07 | 182.71 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 175 | 0.08 | 0.90 | 0 | 0.31 | 294.68 | 0.82 | 0.38 |
| Hex | A1 | 11 | AF | 8 | 5A | 0 | 1F | 127 | 52 | 26 |
| Octal | 241 | 21 | 257 | 10 | 132 | 0 | 37 | 447 | 122 | 46 |
| Binary | 10100001 | 10001 | 10101111 | 1000 | 1011010 | 0 | 11111 | 100100111 | 1010010 | 100110 |
Color Harmonies of #A111AF
Complementary color
Monochromatic Colors of #A111AF
Black with #A111AF
Text Example
Text Example
White with #A111AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A111AF; }
p { color: rgb(161,17,175); }
H1.HeaderClassName
{
color: #A111AF;
}
.AnyTagClassName
{
color: #A111AF;
}
</style>
background-color css
<style>
a { background-color: #A111AF; }
a { background-color: rgb(161,17,175); }
div.DivClassName
{
background-color: #A111AF;
}
.BgClassName
{
background-color: #A111AF;
}
</style>
border-color css
<style>
span { border-color: #A111AF; }
span { border-color: rgb(161,17,175); }
td.TdClassName
{
border-color: #A111AF;
}
.TagClassName
{
border-color: #A111AF;
}
</style>