Shades of Dark Violet #A202BD
Tints of Dark Violet #A202BD
RGB
CMYK
RGB Variations
Color information
#A202BD (or 0xA202BD) is known color: Dark Violet. HEX triplet: A2, 02 and BD. RGB value is (162,2,189). Sum of RGB (Red+Green+Blue) = 162+2+189=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #A202BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A202BD is #5DFD42. Grayscale: #464646. Windows color (decimal): -6159683 or 12386978. OLE color: 12386978.
HSL color Cylindrical-coordinate representation of color #A202BD: hue angle of 291.34º 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 #A202BD is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 2 | 189 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.26 |
| HSL | 291.34º | 0.98% | 0.37% | - |
| HSV(B) | 291.34º | 0.99% | 0.74% | - |
| XYZ | 24.11 | 11.4 | 49.07 | - |
| YUV | 71.16 | 194.51 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 189 | 0.14 | 0.99 | 0 | 0.26 | 291.34 | 0.98 | 0.37 |
| Hex | A2 | 2 | BD | E | 63 | 0 | 1A | 123 | 62 | 25 |
| Octal | 242 | 2 | 275 | 16 | 143 | 0 | 32 | 443 | 142 | 45 |
| Binary | 10100010 | 10 | 10111101 | 1110 | 1100011 | 0 | 11010 | 100100011 | 1100010 | 100101 |
Color Harmonies of #A202BD
Complementary color
Monochromatic Colors of #A202BD
Black with #A202BD
Text Example
Text Example
White with #A202BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A202BD; }
p { color: rgb(162,2,189); }
H1.HeaderClassName
{
color: #A202BD;
}
.AnyTagClassName
{
color: #A202BD;
}
</style>
background-color css
<style>
a { background-color: #A202BD; }
a { background-color: rgb(162,2,189); }
div.DivClassName
{
background-color: #A202BD;
}
.BgClassName
{
background-color: #A202BD;
}
</style>
border-color css
<style>
span { border-color: #A202BD; }
span { border-color: rgb(162,2,189); }
td.TdClassName
{
border-color: #A202BD;
}
.TagClassName
{
border-color: #A202BD;
}
</style>