Shades of Dark Violet #A900D9
Tints of Dark Violet #A900D9
RGB
CMYK
RGB Variations
Color information
#A900D9 (or 0xA900D9) is known color: Dark Violet. HEX triplet: A9, 00 and D9. RGB value is (169,0,217). Sum of RGB (Red+Green+Blue) = 169+0+217=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 217 (85.16% from 255 or 56.22% from 386); Max value from RGB is 217 - color contains mainly: blue. Hex color #A900D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A900D9 is #56FF26. Grayscale: #4A4A4A. Windows color (decimal): -5701415 or 14221481. OLE color: 14221481.
HSL color Cylindrical-coordinate representation of color #A900D9: hue angle of 286.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A900D9 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 0 | 217 | - |
| CMYK | 0.22 | 1 | 0 | 0.15 |
| HSL | 286.73º | 1% | 0.43% | - |
| HSV(B) | 286.73º | 1% | 0.85% | - |
| XYZ | 28.89 | 13.44 | 66.72 | - |
| YUV | 75.27 | 207.99 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 217 | 0.22 | 1 | 0 | 0.15 | 286.73 | 1 | 0.43 |
| Hex | A9 | 0 | D9 | 16 | 64 | 0 | F | 11F | 64 | 2B |
| Octal | 251 | 0 | 331 | 26 | 144 | 0 | 17 | 437 | 144 | 53 |
| Binary | 10101001 | 0 | 11011001 | 10110 | 1100100 | 0 | 1111 | 100011111 | 1100100 | 101011 |
Color Harmonies of #A900D9
Complementary color
Monochromatic Colors of #A900D9
Black with #A900D9
Text Example
Text Example
White with #A900D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A900D9; }
p { color: rgb(169,0,217); }
H1.HeaderClassName
{
color: #A900D9;
}
.AnyTagClassName
{
color: #A900D9;
}
</style>
background-color css
<style>
a { background-color: #A900D9; }
a { background-color: rgb(169,0,217); }
div.DivClassName
{
background-color: #A900D9;
}
.BgClassName
{
background-color: #A900D9;
}
</style>
border-color css
<style>
span { border-color: #A900D9; }
span { border-color: rgb(169,0,217); }
td.TdClassName
{
border-color: #A900D9;
}
.TagClassName
{
border-color: #A900D9;
}
</style>