Shades of Dark Violet #A416DD
Tints of Dark Violet #A416DD
RGB
CMYK
RGB Variations
Color information
#A416DD (or 0xA416DD) is known color: Dark Violet. HEX triplet: A4, 16 and DD. RGB value is (164,22,221). Sum of RGB (Red+Green+Blue) = 164+22+221=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #A416DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A416DD is #5BE922. Grayscale: #565656. Windows color (decimal): -6023459 or 14489252. OLE color: 14489252.
HSL color Cylindrical-coordinate representation of color #A416DD: hue angle of 282.81º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A416DD is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 22 | 221 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.13 |
| HSL | 282.81º | 0.82% | 0.48% | - |
| HSV(B) | 282.81º | 0.9% | 0.87% | - |
| XYZ | 28.65 | 13.69 | 69.54 | - |
| YUV | 87.14 | 203.54 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 22 | 221 | 0.26 | 0.90 | 0 | 0.13 | 282.81 | 0.82 | 0.48 |
| Hex | A4 | 16 | DD | 1A | 5A | 0 | D | 11B | 52 | 30 |
| Octal | 244 | 26 | 335 | 32 | 132 | 0 | 15 | 433 | 122 | 60 |
| Binary | 10100100 | 10110 | 11011101 | 11010 | 1011010 | 0 | 1101 | 100011011 | 1010010 | 110000 |
Color Harmonies of #A416DD
Complementary color
Monochromatic Colors of #A416DD
Black with #A416DD
Text Example
Text Example
White with #A416DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A416DD; }
p { color: rgb(164,22,221); }
H1.HeaderClassName
{
color: #A416DD;
}
.AnyTagClassName
{
color: #A416DD;
}
</style>
background-color css
<style>
a { background-color: #A416DD; }
a { background-color: rgb(164,22,221); }
div.DivClassName
{
background-color: #A416DD;
}
.BgClassName
{
background-color: #A416DD;
}
</style>
border-color css
<style>
span { border-color: #A416DD; }
span { border-color: rgb(164,22,221); }
td.TdClassName
{
border-color: #A416DD;
}
.TagClassName
{
border-color: #A416DD;
}
</style>