Shades of Dark Violet #A805DD
Tints of Dark Violet #A805DD
RGB
CMYK
RGB Variations
Color information
#A805DD (or 0xA805DD) is known color: Dark Violet. HEX triplet: A8, 05 and DD. RGB value is (168,5,221). Sum of RGB (Red+Green+Blue) = 168+5+221=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #A805DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805DD is #57FA22. Grayscale: #4D4D4D. Windows color (decimal): -5765667 or 14484904. OLE color: 14484904.
HSL color Cylindrical-coordinate representation of color #A805DD: hue angle of 285.28º 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 #A805DD is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 5 | 221 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.13 |
| HSL | 285.28º | 0.96% | 0.44% | - |
| HSV(B) | 285.28º | 0.98% | 0.87% | - |
| XYZ | 29.25 | 13.65 | 69.5 | - |
| YUV | 78.36 | 208.5 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 221 | 0.24 | 0.98 | 0 | 0.13 | 285.28 | 0.96 | 0.44 |
| Hex | A8 | 5 | DD | 18 | 62 | 0 | D | 11D | 60 | 2C |
| Octal | 250 | 5 | 335 | 30 | 142 | 0 | 15 | 435 | 140 | 54 |
| Binary | 10101000 | 101 | 11011101 | 11000 | 1100010 | 0 | 1101 | 100011101 | 1100000 | 101100 |
Color Harmonies of #A805DD
Complementary color
Monochromatic Colors of #A805DD
Black with #A805DD
Text Example
Text Example
White with #A805DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805DD; }
p { color: rgb(168,5,221); }
H1.HeaderClassName
{
color: #A805DD;
}
.AnyTagClassName
{
color: #A805DD;
}
</style>
background-color css
<style>
a { background-color: #A805DD; }
a { background-color: rgb(168,5,221); }
div.DivClassName
{
background-color: #A805DD;
}
.BgClassName
{
background-color: #A805DD;
}
</style>
border-color css
<style>
span { border-color: #A805DD; }
span { border-color: rgb(168,5,221); }
td.TdClassName
{
border-color: #A805DD;
}
.TagClassName
{
border-color: #A805DD;
}
</style>