Shades of Dark Violet #A902B5
Tints of Dark Violet #A902B5
RGB
CMYK
RGB Variations
Color information
#A902B5 (or 0xA902B5) is known color: Dark Violet. HEX triplet: A9, 02 and B5. RGB value is (169,2,181). Sum of RGB (Red+Green+Blue) = 169+2+181=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 181 (71.09% from 255 or 51.42% from 352); Max value from RGB is 181 - color contains mainly: blue. Hex color #A902B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A902B5 is #56FD4A. Grayscale: #474747. Windows color (decimal): -5700939 or 11862697. OLE color: 11862697.
HSL color Cylindrical-coordinate representation of color #A902B5: hue angle of 295.98º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A902B5 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 2 | 181 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.29 |
| HSL | 295.98º | 0.98% | 0.36% | - |
| HSV(B) | 295.98º | 0.99% | 0.71% | - |
| XYZ | 24.72 | 11.81 | 44.69 | - |
| YUV | 72.34 | 189.33 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 181 | 0.07 | 0.99 | 0 | 0.29 | 295.98 | 0.98 | 0.36 |
| Hex | A9 | 2 | B5 | 7 | 63 | 0 | 1D | 128 | 62 | 24 |
| Octal | 251 | 2 | 265 | 7 | 143 | 0 | 35 | 450 | 142 | 44 |
| Binary | 10101001 | 10 | 10110101 | 111 | 1100011 | 0 | 11101 | 100101000 | 1100010 | 100100 |
Color Harmonies of #A902B5
Complementary color
Monochromatic Colors of #A902B5
Black with #A902B5
Text Example
Text Example
White with #A902B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A902B5; }
p { color: rgb(169,2,181); }
H1.HeaderClassName
{
color: #A902B5;
}
.AnyTagClassName
{
color: #A902B5;
}
</style>
background-color css
<style>
a { background-color: #A902B5; }
a { background-color: rgb(169,2,181); }
div.DivClassName
{
background-color: #A902B5;
}
.BgClassName
{
background-color: #A902B5;
}
</style>
border-color css
<style>
span { border-color: #A902B5; }
span { border-color: rgb(169,2,181); }
td.TdClassName
{
border-color: #A902B5;
}
.TagClassName
{
border-color: #A902B5;
}
</style>