Shades of Dark Violet #A115DB
Tints of Dark Violet #A115DB
RGB
CMYK
RGB Variations
Color information
#A115DB (or 0xA115DB) is known color: Dark Violet. HEX triplet: A1, 15 and DB. RGB value is (161,21,219). Sum of RGB (Red+Green+Blue) = 161+21+219=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #A115DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A115DB is #5EEA24. Grayscale: #545454. Windows color (decimal): -6220325 or 14357921. OLE color: 14357921.
HSL color Cylindrical-coordinate representation of color #A115DB: hue angle of 282.42º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A115DB is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 21 | 219 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.14 |
| HSL | 282.42º | 0.83% | 0.47% | - |
| HSV(B) | 282.42º | 0.9% | 0.86% | - |
| XYZ | 27.75 | 13.23 | 68.11 | - |
| YUV | 85.43 | 203.38 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 219 | 0.26 | 0.90 | 0 | 0.14 | 282.42 | 0.83 | 0.47 |
| Hex | A1 | 15 | DB | 1A | 5A | 0 | E | 11A | 52 | 2F |
| Octal | 241 | 25 | 333 | 32 | 132 | 0 | 16 | 432 | 122 | 57 |
| Binary | 10100001 | 10101 | 11011011 | 11010 | 1011010 | 0 | 1110 | 100011010 | 1010010 | 101111 |
Color Harmonies of #A115DB
Complementary color
Monochromatic Colors of #A115DB
Black with #A115DB
Text Example
Text Example
White with #A115DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A115DB; }
p { color: rgb(161,21,219); }
H1.HeaderClassName
{
color: #A115DB;
}
.AnyTagClassName
{
color: #A115DB;
}
</style>
background-color css
<style>
a { background-color: #A115DB; }
a { background-color: rgb(161,21,219); }
div.DivClassName
{
background-color: #A115DB;
}
.BgClassName
{
background-color: #A115DB;
}
</style>
border-color css
<style>
span { border-color: #A115DB; }
span { border-color: rgb(161,21,219); }
td.TdClassName
{
border-color: #A115DB;
}
.TagClassName
{
border-color: #A115DB;
}
</style>