Shades of Dark Violet #A118D0
Tints of Dark Violet #A118D0
RGB
CMYK
RGB Variations
Color information
#A118D0 (or 0xA118D0) is known color: Dark Violet. HEX triplet: A1, 18 and D0. RGB value is (161,24,208). Sum of RGB (Red+Green+Blue) = 161+24+208=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #A118D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A118D0 is #5EE72F. Grayscale: #555555. Windows color (decimal): -6219568 or 13637793. OLE color: 13637793.
HSL color Cylindrical-coordinate representation of color #A118D0: hue angle of 284.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A118D0 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 24 | 208 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.18 |
| HSL | 284.67º | 0.79% | 0.45% | - |
| HSV(B) | 284.67º | 0.88% | 0.82% | - |
| XYZ | 26.41 | 12.78 | 60.75 | - |
| YUV | 85.94 | 196.89 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 208 | 0.23 | 0.88 | 0 | 0.18 | 284.67 | 0.79 | 0.45 |
| Hex | A1 | 18 | D0 | 17 | 58 | 0 | 12 | 11D | 4F | 2D |
| Octal | 241 | 30 | 320 | 27 | 130 | 0 | 22 | 435 | 117 | 55 |
| Binary | 10100001 | 11000 | 11010000 | 10111 | 1011000 | 0 | 10010 | 100011101 | 1001111 | 101101 |
Color Harmonies of #A118D0
Complementary color
Monochromatic Colors of #A118D0
Black with #A118D0
Text Example
Text Example
White with #A118D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A118D0; }
p { color: rgb(161,24,208); }
H1.HeaderClassName
{
color: #A118D0;
}
.AnyTagClassName
{
color: #A118D0;
}
</style>
background-color css
<style>
a { background-color: #A118D0; }
a { background-color: rgb(161,24,208); }
div.DivClassName
{
background-color: #A118D0;
}
.BgClassName
{
background-color: #A118D0;
}
</style>
border-color css
<style>
span { border-color: #A118D0; }
span { border-color: rgb(161,24,208); }
td.TdClassName
{
border-color: #A118D0;
}
.TagClassName
{
border-color: #A118D0;
}
</style>