Shades of Dark Violet #A902C8
Tints of Dark Violet #A902C8
RGB
CMYK
RGB Variations
Color information
#A902C8 (or 0xA902C8) is known color: Dark Violet. HEX triplet: A9, 02 and C8. RGB value is (169,2,200). Sum of RGB (Red+Green+Blue) = 169+2+200=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 200 (78.52% from 255 or 53.91% from 371); Max value from RGB is 200 - color contains mainly: blue. Hex color #A902C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A902C8 is #56FD37. Grayscale: #494949. Windows color (decimal): -5700920 or 13107881. OLE color: 13107881.
HSL color Cylindrical-coordinate representation of color #A902C8: hue angle of 290.61º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A902C8 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 2 | 200 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.22 |
| HSL | 290.61º | 0.98% | 0.4% | - |
| HSV(B) | 290.61º | 0.99% | 0.78% | - |
| XYZ | 26.81 | 12.65 | 55.67 | - |
| YUV | 74.51 | 198.83 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 200 | 0.16 | 0.99 | 0 | 0.22 | 290.61 | 0.98 | 0.4 |
| Hex | A9 | 2 | C8 | 10 | 63 | 0 | 16 | 123 | 62 | 28 |
| Octal | 251 | 2 | 310 | 20 | 143 | 0 | 26 | 443 | 142 | 50 |
| Binary | 10101001 | 10 | 11001000 | 10000 | 1100011 | 0 | 10110 | 100100011 | 1100010 | 101000 |
Color Harmonies of #A902C8
Complementary color
Monochromatic Colors of #A902C8
Black with #A902C8
Text Example
Text Example
White with #A902C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A902C8; }
p { color: rgb(169,2,200); }
H1.HeaderClassName
{
color: #A902C8;
}
.AnyTagClassName
{
color: #A902C8;
}
</style>
background-color css
<style>
a { background-color: #A902C8; }
a { background-color: rgb(169,2,200); }
div.DivClassName
{
background-color: #A902C8;
}
.BgClassName
{
background-color: #A902C8;
}
</style>
border-color css
<style>
span { border-color: #A902C8; }
span { border-color: rgb(169,2,200); }
td.TdClassName
{
border-color: #A902C8;
}
.TagClassName
{
border-color: #A902C8;
}
</style>