Shades of Dark Violet #A902BD
Tints of Dark Violet #A902BD
RGB
CMYK
RGB Variations
Color information
#A902BD (or 0xA902BD) is known color: Dark Violet. HEX triplet: A9, 02 and BD. RGB value is (169,2,189). Sum of RGB (Red+Green+Blue) = 169+2+189=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #A902BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A902BD is #56FD42. Grayscale: #484848. Windows color (decimal): -5700931 or 12386985. OLE color: 12386985.
HSL color Cylindrical-coordinate representation of color #A902BD: hue angle of 293.58º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A902BD is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 2 | 189 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.26 |
| HSL | 293.58º | 0.98% | 0.37% | - |
| HSV(B) | 293.58º | 0.99% | 0.74% | - |
| XYZ | 25.57 | 12.15 | 49.14 | - |
| YUV | 73.25 | 193.33 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 189 | 0.11 | 0.99 | 0 | 0.26 | 293.58 | 0.98 | 0.37 |
| Hex | A9 | 2 | BD | B | 63 | 0 | 1A | 126 | 62 | 25 |
| Octal | 251 | 2 | 275 | 13 | 143 | 0 | 32 | 446 | 142 | 45 |
| Binary | 10101001 | 10 | 10111101 | 1011 | 1100011 | 0 | 11010 | 100100110 | 1100010 | 100101 |
Color Harmonies of #A902BD
Complementary color
Monochromatic Colors of #A902BD
Black with #A902BD
Text Example
Text Example
White with #A902BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A902BD; }
p { color: rgb(169,2,189); }
H1.HeaderClassName
{
color: #A902BD;
}
.AnyTagClassName
{
color: #A902BD;
}
</style>
background-color css
<style>
a { background-color: #A902BD; }
a { background-color: rgb(169,2,189); }
div.DivClassName
{
background-color: #A902BD;
}
.BgClassName
{
background-color: #A902BD;
}
</style>
border-color css
<style>
span { border-color: #A902BD; }
span { border-color: rgb(169,2,189); }
td.TdClassName
{
border-color: #A902BD;
}
.TagClassName
{
border-color: #A902BD;
}
</style>