Shades of Dark Violet #A902D0
Tints of Dark Violet #A902D0
RGB
CMYK
RGB Variations
Color information
#A902D0 (or 0xA902D0) is known color: Dark Violet. HEX triplet: A9, 02 and D0. RGB value is (169,2,208). Sum of RGB (Red+Green+Blue) = 169+2+208=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #A902D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A902D0 is #56FD2F. Grayscale: #4A4A4A. Windows color (decimal): -5700912 or 13632169. OLE color: 13632169.
HSL color Cylindrical-coordinate representation of color #A902D0: hue angle of 288.64º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A902D0 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 2 | 208 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.18 |
| HSL | 288.64º | 0.98% | 0.41% | - |
| HSV(B) | 288.64º | 0.99% | 0.82% | - |
| XYZ | 27.77 | 13.03 | 60.73 | - |
| YUV | 75.42 | 202.83 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 208 | 0.19 | 0.99 | 0 | 0.18 | 288.64 | 0.98 | 0.41 |
| Hex | A9 | 2 | D0 | 13 | 63 | 0 | 12 | 121 | 62 | 29 |
| Octal | 251 | 2 | 320 | 23 | 143 | 0 | 22 | 441 | 142 | 51 |
| Binary | 10101001 | 10 | 11010000 | 10011 | 1100011 | 0 | 10010 | 100100001 | 1100010 | 101001 |
Color Harmonies of #A902D0
Complementary color
Monochromatic Colors of #A902D0
Black with #A902D0
Text Example
Text Example
White with #A902D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A902D0; }
p { color: rgb(169,2,208); }
H1.HeaderClassName
{
color: #A902D0;
}
.AnyTagClassName
{
color: #A902D0;
}
</style>
background-color css
<style>
a { background-color: #A902D0; }
a { background-color: rgb(169,2,208); }
div.DivClassName
{
background-color: #A902D0;
}
.BgClassName
{
background-color: #A902D0;
}
</style>
border-color css
<style>
span { border-color: #A902D0; }
span { border-color: rgb(169,2,208); }
td.TdClassName
{
border-color: #A902D0;
}
.TagClassName
{
border-color: #A902D0;
}
</style>