Shades of Dark Violet #A202B7
Tints of Dark Violet #A202B7
RGB
CMYK
RGB Variations
Color information
#A202B7 (or 0xA202B7) is known color: Dark Violet. HEX triplet: A2, 02 and B7. RGB value is (162,2,183). Sum of RGB (Red+Green+Blue) = 162+2+183=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 183 (71.88% from 255 or 52.74% from 347); Max value from RGB is 183 - color contains mainly: blue. Hex color #A202B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A202B7 is #5DFD48. Grayscale: #454545. Windows color (decimal): -6159689 or 11993762. OLE color: 11993762.
HSL color Cylindrical-coordinate representation of color #A202B7: hue angle of 293.04º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A202B7 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 2 | 183 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.28 |
| HSL | 293.04º | 0.98% | 0.36% | - |
| HSV(B) | 293.04º | 0.99% | 0.72% | - |
| XYZ | 23.47 | 11.14 | 45.71 | - |
| YUV | 70.47 | 191.51 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 183 | 0.11 | 0.99 | 0 | 0.28 | 293.04 | 0.98 | 0.36 |
| Hex | A2 | 2 | B7 | B | 63 | 0 | 1C | 125 | 62 | 24 |
| Octal | 242 | 2 | 267 | 13 | 143 | 0 | 34 | 445 | 142 | 44 |
| Binary | 10100010 | 10 | 10110111 | 1011 | 1100011 | 0 | 11100 | 100100101 | 1100010 | 100100 |
Color Harmonies of #A202B7
Complementary color
Monochromatic Colors of #A202B7
Black with #A202B7
Text Example
Text Example
White with #A202B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A202B7; }
p { color: rgb(162,2,183); }
H1.HeaderClassName
{
color: #A202B7;
}
.AnyTagClassName
{
color: #A202B7;
}
</style>
background-color css
<style>
a { background-color: #A202B7; }
a { background-color: rgb(162,2,183); }
div.DivClassName
{
background-color: #A202B7;
}
.BgClassName
{
background-color: #A202B7;
}
</style>
border-color css
<style>
span { border-color: #A202B7; }
span { border-color: rgb(162,2,183); }
td.TdClassName
{
border-color: #A202B7;
}
.TagClassName
{
border-color: #A202B7;
}
</style>