Shades of Dark Violet #A902CB
Tints of Dark Violet #A902CB
RGB
CMYK
RGB Variations
Color information
#A902CB (or 0xA902CB) is known color: Dark Violet. HEX triplet: A9, 02 and CB. RGB value is (169,2,203). Sum of RGB (Red+Green+Blue) = 169+2+203=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #A902CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A902CB is #56FD34. Grayscale: #4A4A4A. Windows color (decimal): -5700917 or 13304489. OLE color: 13304489.
HSL color Cylindrical-coordinate representation of color #A902CB: hue angle of 289.85º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A902CB is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 2 | 203 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.20 |
| HSL | 289.85º | 0.98% | 0.4% | - |
| HSV(B) | 289.85º | 0.99% | 0.8% | - |
| XYZ | 27.16 | 12.79 | 57.54 | - |
| YUV | 74.85 | 200.33 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 203 | 0.17 | 0.99 | 0 | 0.20 | 289.85 | 0.98 | 0.4 |
| Hex | A9 | 2 | CB | 11 | 63 | 0 | 14 | 122 | 62 | 28 |
| Octal | 251 | 2 | 313 | 21 | 143 | 0 | 24 | 442 | 142 | 50 |
| Binary | 10101001 | 10 | 11001011 | 10001 | 1100011 | 0 | 10100 | 100100010 | 1100010 | 101000 |
Color Harmonies of #A902CB
Complementary color
Monochromatic Colors of #A902CB
Black with #A902CB
Text Example
Text Example
White with #A902CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A902CB; }
p { color: rgb(169,2,203); }
H1.HeaderClassName
{
color: #A902CB;
}
.AnyTagClassName
{
color: #A902CB;
}
</style>
background-color css
<style>
a { background-color: #A902CB; }
a { background-color: rgb(169,2,203); }
div.DivClassName
{
background-color: #A902CB;
}
.BgClassName
{
background-color: #A902CB;
}
</style>
border-color css
<style>
span { border-color: #A902CB; }
span { border-color: rgb(169,2,203); }
td.TdClassName
{
border-color: #A902CB;
}
.TagClassName
{
border-color: #A902CB;
}
</style>