Shades of Dark Violet #A105DD
Tints of Dark Violet #A105DD
RGB
CMYK
RGB Variations
Color information
#A105DD (or 0xA105DD) is known color: Dark Violet. HEX triplet: A1, 05 and DD. RGB value is (161,5,221). Sum of RGB (Red+Green+Blue) = 161+5+221=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #A105DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A105DD is #5EFA22. Grayscale: #4B4B4B. Windows color (decimal): -6224419 or 14484897. OLE color: 14484897.
HSL color Cylindrical-coordinate representation of color #A105DD: hue angle of 283.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A105DD is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 5 | 221 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.13 |
| HSL | 283.33º | 0.96% | 0.44% | - |
| HSV(B) | 283.33º | 0.98% | 0.87% | - |
| XYZ | 27.8 | 12.91 | 69.43 | - |
| YUV | 76.27 | 209.68 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 221 | 0.27 | 0.98 | 0 | 0.13 | 283.33 | 0.96 | 0.44 |
| Hex | A1 | 5 | DD | 1B | 62 | 0 | D | 11B | 60 | 2C |
| Octal | 241 | 5 | 335 | 33 | 142 | 0 | 15 | 433 | 140 | 54 |
| Binary | 10100001 | 101 | 11011101 | 11011 | 1100010 | 0 | 1101 | 100011011 | 1100000 | 101100 |
Color Harmonies of #A105DD
Complementary color
Monochromatic Colors of #A105DD
Black with #A105DD
Text Example
Text Example
White with #A105DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A105DD; }
p { color: rgb(161,5,221); }
H1.HeaderClassName
{
color: #A105DD;
}
.AnyTagClassName
{
color: #A105DD;
}
</style>
background-color css
<style>
a { background-color: #A105DD; }
a { background-color: rgb(161,5,221); }
div.DivClassName
{
background-color: #A105DD;
}
.BgClassName
{
background-color: #A105DD;
}
</style>
border-color css
<style>
span { border-color: #A105DD; }
span { border-color: rgb(161,5,221); }
td.TdClassName
{
border-color: #A105DD;
}
.TagClassName
{
border-color: #A105DD;
}
</style>