Shades of Dark Violet #A905D9
Tints of Dark Violet #A905D9
RGB
CMYK
RGB Variations
Color information
#A905D9 (or 0xA905D9) is known color: Dark Violet. HEX triplet: A9, 05 and D9. RGB value is (169,5,217). Sum of RGB (Red+Green+Blue) = 169+5+217=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 217 (85.16% from 255 or 55.50% from 391); Max value from RGB is 217 - color contains mainly: blue. Hex color #A905D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A905D9 is #56FA26. Grayscale: #4D4D4D. Windows color (decimal): -5700135 or 14222761. OLE color: 14222761.
HSL color Cylindrical-coordinate representation of color #A905D9: hue angle of 286.42º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A905D9 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 5 | 217 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.15 |
| HSL | 286.42º | 0.95% | 0.44% | - |
| HSV(B) | 286.42º | 0.98% | 0.85% | - |
| XYZ | 28.94 | 13.55 | 66.74 | - |
| YUV | 78.2 | 206.33 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 217 | 0.22 | 0.98 | 0 | 0.15 | 286.42 | 0.95 | 0.44 |
| Hex | A9 | 5 | D9 | 16 | 62 | 0 | F | 11E | 5F | 2C |
| Octal | 251 | 5 | 331 | 26 | 142 | 0 | 17 | 436 | 137 | 54 |
| Binary | 10101001 | 101 | 11011001 | 10110 | 1100010 | 0 | 1111 | 100011110 | 1011111 | 101100 |
Color Harmonies of #A905D9
Complementary color
Monochromatic Colors of #A905D9
Black with #A905D9
Text Example
Text Example
White with #A905D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A905D9; }
p { color: rgb(169,5,217); }
H1.HeaderClassName
{
color: #A905D9;
}
.AnyTagClassName
{
color: #A905D9;
}
</style>
background-color css
<style>
a { background-color: #A905D9; }
a { background-color: rgb(169,5,217); }
div.DivClassName
{
background-color: #A905D9;
}
.BgClassName
{
background-color: #A905D9;
}
</style>
border-color css
<style>
span { border-color: #A905D9; }
span { border-color: rgb(169,5,217); }
td.TdClassName
{
border-color: #A905D9;
}
.TagClassName
{
border-color: #A905D9;
}
</style>