Shades of Dark Violet #A902B9
Tints of Dark Violet #A902B9
RGB
CMYK
RGB Variations
Color information
#A902B9 (or 0xA902B9) is known color: Dark Violet. HEX triplet: A9, 02 and B9. RGB value is (169,2,185). Sum of RGB (Red+Green+Blue) = 169+2+185=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 185 (72.66% from 255 or 51.97% from 356); Max value from RGB is 185 - color contains mainly: blue. Hex color #A902B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A902B9 is #56FD46. Grayscale: #484848. Windows color (decimal): -5700935 or 12124841. OLE color: 12124841.
HSL color Cylindrical-coordinate representation of color #A902B9: hue angle of 294.75º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A902B9 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 2 | 185 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.27 |
| HSL | 294.75º | 0.98% | 0.37% | - |
| HSV(B) | 294.75º | 0.99% | 0.73% | - |
| XYZ | 25.14 | 11.98 | 46.89 | - |
| YUV | 72.8 | 191.33 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 185 | 0.09 | 0.99 | 0 | 0.27 | 294.75 | 0.98 | 0.37 |
| Hex | A9 | 2 | B9 | 9 | 63 | 0 | 1B | 127 | 62 | 25 |
| Octal | 251 | 2 | 271 | 11 | 143 | 0 | 33 | 447 | 142 | 45 |
| Binary | 10101001 | 10 | 10111001 | 1001 | 1100011 | 0 | 11011 | 100100111 | 1100010 | 100101 |
Color Harmonies of #A902B9
Complementary color
Monochromatic Colors of #A902B9
Black with #A902B9
Text Example
Text Example
White with #A902B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A902B9; }
p { color: rgb(169,2,185); }
H1.HeaderClassName
{
color: #A902B9;
}
.AnyTagClassName
{
color: #A902B9;
}
</style>
background-color css
<style>
a { background-color: #A902B9; }
a { background-color: rgb(169,2,185); }
div.DivClassName
{
background-color: #A902B9;
}
.BgClassName
{
background-color: #A902B9;
}
</style>
border-color css
<style>
span { border-color: #A902B9; }
span { border-color: rgb(169,2,185); }
td.TdClassName
{
border-color: #A902B9;
}
.TagClassName
{
border-color: #A902B9;
}
</style>