Shades of Dark Violet #A11ADF
Tints of Dark Violet #A11ADF
RGB
CMYK
RGB Variations
Color information
#A11ADF (or 0xA11ADF) is known color: Dark Violet. HEX triplet: A1, 1A and DF. RGB value is (161,26,223). Sum of RGB (Red+Green+Blue) = 161+26+223=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #A11ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11ADF is #5EE520. Grayscale: #585858. Windows color (decimal): -6219041 or 14621345. OLE color: 14621345.
HSL color Cylindrical-coordinate representation of color #A11ADF: hue angle of 281.12º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11ADF is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 26 | 223 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.13 |
| HSL | 281.12º | 0.79% | 0.49% | - |
| HSV(B) | 281.12º | 0.88% | 0.87% | - |
| XYZ | 28.39 | 13.64 | 70.95 | - |
| YUV | 88.82 | 203.73 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 223 | 0.28 | 0.88 | 0 | 0.13 | 281.12 | 0.79 | 0.49 |
| Hex | A1 | 1A | DF | 1C | 58 | 0 | D | 119 | 4F | 31 |
| Octal | 241 | 32 | 337 | 34 | 130 | 0 | 15 | 431 | 117 | 61 |
| Binary | 10100001 | 11010 | 11011111 | 11100 | 1011000 | 0 | 1101 | 100011001 | 1001111 | 110001 |
Color Harmonies of #A11ADF
Complementary color
Monochromatic Colors of #A11ADF
Black with #A11ADF
Text Example
Text Example
White with #A11ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11ADF; }
p { color: rgb(161,26,223); }
H1.HeaderClassName
{
color: #A11ADF;
}
.AnyTagClassName
{
color: #A11ADF;
}
</style>
background-color css
<style>
a { background-color: #A11ADF; }
a { background-color: rgb(161,26,223); }
div.DivClassName
{
background-color: #A11ADF;
}
.BgClassName
{
background-color: #A11ADF;
}
</style>
border-color css
<style>
span { border-color: #A11ADF; }
span { border-color: rgb(161,26,223); }
td.TdClassName
{
border-color: #A11ADF;
}
.TagClassName
{
border-color: #A11ADF;
}
</style>