Shades of Dark Violet #A112AF
Tints of Dark Violet #A112AF
RGB
CMYK
RGB Variations
Color information
#A112AF (or 0xA112AF) is known color: Dark Violet. HEX triplet: A1, 12 and AF. RGB value is (161,18,175). Sum of RGB (Red+Green+Blue) = 161+18+175=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #A112AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A112AF is #5EED50. Grayscale: #4E4E4E. Windows color (decimal): -6221137 or 11473569. OLE color: 11473569.
HSL color Cylindrical-coordinate representation of color #A112AF: hue angle of 294.65º degrees, saturation: 0.81, 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 #A112AF is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 18 | 175 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.31 |
| HSL | 294.65º | 0.81% | 0.38% | - |
| HSV(B) | 294.65º | 0.9% | 0.69% | - |
| XYZ | 22.65 | 11.1 | 41.51 | - |
| YUV | 78.66 | 182.38 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 175 | 0.08 | 0.90 | 0 | 0.31 | 294.65 | 0.81 | 0.38 |
| Hex | A1 | 12 | AF | 8 | 5A | 0 | 1F | 127 | 51 | 26 |
| Octal | 241 | 22 | 257 | 10 | 132 | 0 | 37 | 447 | 121 | 46 |
| Binary | 10100001 | 10010 | 10101111 | 1000 | 1011010 | 0 | 11111 | 100100111 | 1010001 | 100110 |
Color Harmonies of #A112AF
Complementary color
Monochromatic Colors of #A112AF
Black with #A112AF
Text Example
Text Example
White with #A112AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A112AF; }
p { color: rgb(161,18,175); }
H1.HeaderClassName
{
color: #A112AF;
}
.AnyTagClassName
{
color: #A112AF;
}
</style>
background-color css
<style>
a { background-color: #A112AF; }
a { background-color: rgb(161,18,175); }
div.DivClassName
{
background-color: #A112AF;
}
.BgClassName
{
background-color: #A112AF;
}
</style>
border-color css
<style>
span { border-color: #A112AF; }
span { border-color: rgb(161,18,175); }
td.TdClassName
{
border-color: #A112AF;
}
.TagClassName
{
border-color: #A112AF;
}
</style>