Shades of Dark Violet #A905DC
Tints of Dark Violet #A905DC
RGB
CMYK
RGB Variations
Color information
#A905DC (or 0xA905DC) is known color: Dark Violet. HEX triplet: A9, 05 and DC. RGB value is (169,5,220). Sum of RGB (Red+Green+Blue) = 169+5+220=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #A905DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A905DC is #56FA23. Grayscale: #4D4D4D. Windows color (decimal): -5700132 or 14419369. OLE color: 14419369.
HSL color Cylindrical-coordinate representation of color #A905DC: hue angle of 285.77º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A905DC is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 5 | 220 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.14 |
| HSL | 285.77º | 0.96% | 0.44% | - |
| HSV(B) | 285.77º | 0.98% | 0.86% | - |
| XYZ | 29.33 | 13.71 | 68.81 | - |
| YUV | 78.55 | 207.83 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 220 | 0.23 | 0.98 | 0 | 0.14 | 285.77 | 0.96 | 0.44 |
| Hex | A9 | 5 | DC | 17 | 62 | 0 | E | 11E | 60 | 2C |
| Octal | 251 | 5 | 334 | 27 | 142 | 0 | 16 | 436 | 140 | 54 |
| Binary | 10101001 | 101 | 11011100 | 10111 | 1100010 | 0 | 1110 | 100011110 | 1100000 | 101100 |
Color Harmonies of #A905DC
Complementary color
Monochromatic Colors of #A905DC
Black with #A905DC
Text Example
Text Example
White with #A905DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A905DC; }
p { color: rgb(169,5,220); }
H1.HeaderClassName
{
color: #A905DC;
}
.AnyTagClassName
{
color: #A905DC;
}
</style>
background-color css
<style>
a { background-color: #A905DC; }
a { background-color: rgb(169,5,220); }
div.DivClassName
{
background-color: #A905DC;
}
.BgClassName
{
background-color: #A905DC;
}
</style>
border-color css
<style>
span { border-color: #A905DC; }
span { border-color: rgb(169,5,220); }
td.TdClassName
{
border-color: #A905DC;
}
.TagClassName
{
border-color: #A905DC;
}
</style>