Shades of Dark Violet #A202B5
Tints of Dark Violet #A202B5
RGB
CMYK
RGB Variations
Color information
#A202B5 (or 0xA202B5) is known color: Dark Violet. HEX triplet: A2, 02 and B5. RGB value is (162,2,181). Sum of RGB (Red+Green+Blue) = 162+2+181=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 181 (71.09% from 255 or 52.46% from 345); Max value from RGB is 181 - color contains mainly: blue. Hex color #A202B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A202B5 is #5DFD4A. Grayscale: #454545. Windows color (decimal): -6159691 or 11862690. OLE color: 11862690.
HSL color Cylindrical-coordinate representation of color #A202B5: hue angle of 293.63º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A202B5 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 2 | 181 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.29 |
| HSL | 293.63º | 0.98% | 0.36% | - |
| HSV(B) | 293.63º | 0.99% | 0.71% | - |
| XYZ | 23.26 | 11.06 | 44.62 | - |
| YUV | 70.25 | 190.51 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 181 | 0.10 | 0.99 | 0 | 0.29 | 293.63 | 0.98 | 0.36 |
| Hex | A2 | 2 | B5 | A | 63 | 0 | 1D | 126 | 62 | 24 |
| Octal | 242 | 2 | 265 | 12 | 143 | 0 | 35 | 446 | 142 | 44 |
| Binary | 10100010 | 10 | 10110101 | 1010 | 1100011 | 0 | 11101 | 100100110 | 1100010 | 100100 |
Color Harmonies of #A202B5
Complementary color
Monochromatic Colors of #A202B5
Black with #A202B5
Text Example
Text Example
White with #A202B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A202B5; }
p { color: rgb(162,2,181); }
H1.HeaderClassName
{
color: #A202B5;
}
.AnyTagClassName
{
color: #A202B5;
}
</style>
background-color css
<style>
a { background-color: #A202B5; }
a { background-color: rgb(162,2,181); }
div.DivClassName
{
background-color: #A202B5;
}
.BgClassName
{
background-color: #A202B5;
}
</style>
border-color css
<style>
span { border-color: #A202B5; }
span { border-color: rgb(162,2,181); }
td.TdClassName
{
border-color: #A202B5;
}
.TagClassName
{
border-color: #A202B5;
}
</style>