Shades of Dark Violet #A118DB
Tints of Dark Violet #A118DB
RGB
CMYK
RGB Variations
Color information
#A118DB (or 0xA118DB) is known color: Dark Violet. HEX triplet: A1, 18 and DB. RGB value is (161,24,219). Sum of RGB (Red+Green+Blue) = 161+24+219=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #A118DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A118DB is #5EE724. Grayscale: #565656. Windows color (decimal): -6219557 or 14358689. OLE color: 14358689.
HSL color Cylindrical-coordinate representation of color #A118DB: hue angle of 282.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A118DB is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 24 | 219 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.14 |
| HSL | 282.15º | 0.8% | 0.48% | - |
| HSV(B) | 282.15º | 0.89% | 0.86% | - |
| XYZ | 27.81 | 13.34 | 68.13 | - |
| YUV | 87.19 | 202.39 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 219 | 0.26 | 0.89 | 0 | 0.14 | 282.15 | 0.8 | 0.48 |
| Hex | A1 | 18 | DB | 1A | 59 | 0 | E | 11A | 50 | 30 |
| Octal | 241 | 30 | 333 | 32 | 131 | 0 | 16 | 432 | 120 | 60 |
| Binary | 10100001 | 11000 | 11011011 | 11010 | 1011001 | 0 | 1110 | 100011010 | 1010000 | 110000 |
Color Harmonies of #A118DB
Complementary color
Monochromatic Colors of #A118DB
Black with #A118DB
Text Example
Text Example
White with #A118DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A118DB; }
p { color: rgb(161,24,219); }
H1.HeaderClassName
{
color: #A118DB;
}
.AnyTagClassName
{
color: #A118DB;
}
</style>
background-color css
<style>
a { background-color: #A118DB; }
a { background-color: rgb(161,24,219); }
div.DivClassName
{
background-color: #A118DB;
}
.BgClassName
{
background-color: #A118DB;
}
</style>
border-color css
<style>
span { border-color: #A118DB; }
span { border-color: rgb(161,24,219); }
td.TdClassName
{
border-color: #A118DB;
}
.TagClassName
{
border-color: #A118DB;
}
</style>