Shades of Dark Violet #A005DD
Tints of Dark Violet #A005DD
RGB
CMYK
RGB Variations
Color information
#A005DD (or 0xA005DD) is known color: Dark Violet. HEX triplet: A0, 05 and DD. RGB value is (160,5,221). Sum of RGB (Red+Green+Blue) = 160+5+221=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #A005DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005DD is #5FFA22. Grayscale: #4B4B4B. Windows color (decimal): -6289955 or 14484896. OLE color: 14484896.
HSL color Cylindrical-coordinate representation of color #A005DD: hue angle of 283.06º 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 #A005DD is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 5 | 221 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.13 |
| HSL | 283.06º | 0.96% | 0.44% | - |
| HSV(B) | 283.06º | 0.98% | 0.87% | - |
| XYZ | 27.6 | 12.8 | 69.42 | - |
| YUV | 75.97 | 209.85 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 221 | 0.28 | 0.98 | 0 | 0.13 | 283.06 | 0.96 | 0.44 |
| Hex | A0 | 5 | DD | 1C | 62 | 0 | D | 11B | 60 | 2C |
| Octal | 240 | 5 | 335 | 34 | 142 | 0 | 15 | 433 | 140 | 54 |
| Binary | 10100000 | 101 | 11011101 | 11100 | 1100010 | 0 | 1101 | 100011011 | 1100000 | 101100 |
Color Harmonies of #A005DD
Complementary color
Monochromatic Colors of #A005DD
Black with #A005DD
Text Example
Text Example
White with #A005DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005DD; }
p { color: rgb(160,5,221); }
H1.HeaderClassName
{
color: #A005DD;
}
.AnyTagClassName
{
color: #A005DD;
}
</style>
background-color css
<style>
a { background-color: #A005DD; }
a { background-color: rgb(160,5,221); }
div.DivClassName
{
background-color: #A005DD;
}
.BgClassName
{
background-color: #A005DD;
}
</style>
border-color css
<style>
span { border-color: #A005DD; }
span { border-color: rgb(160,5,221); }
td.TdClassName
{
border-color: #A005DD;
}
.TagClassName
{
border-color: #A005DD;
}
</style>