Shades of Dark Violet #A202AF
Tints of Dark Violet #A202AF
RGB
CMYK
RGB Variations
Color information
#A202AF (or 0xA202AF) is known color: Dark Violet. HEX triplet: A2, 02 and AF. RGB value is (162,2,175). Sum of RGB (Red+Green+Blue) = 162+2+175=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #A202AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A202AF is #5DFD50. Grayscale: #454545. Windows color (decimal): -6159697 or 11469474. OLE color: 11469474.
HSL color Cylindrical-coordinate representation of color #A202AF: hue angle of 295.49º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A202AF is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 2 | 175 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.31 |
| HSL | 295.49º | 0.98% | 0.35% | - |
| HSV(B) | 295.49º | 0.99% | 0.69% | - |
| XYZ | 22.66 | 10.82 | 41.45 | - |
| YUV | 69.56 | 187.51 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 175 | 0.07 | 0.99 | 0 | 0.31 | 295.49 | 0.98 | 0.35 |
| Hex | A2 | 2 | AF | 7 | 63 | 0 | 1F | 127 | 62 | 23 |
| Octal | 242 | 2 | 257 | 7 | 143 | 0 | 37 | 447 | 142 | 43 |
| Binary | 10100010 | 10 | 10101111 | 111 | 1100011 | 0 | 11111 | 100100111 | 1100010 | 100011 |
Color Harmonies of #A202AF
Complementary color
Monochromatic Colors of #A202AF
Black with #A202AF
Text Example
Text Example
White with #A202AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A202AF; }
p { color: rgb(162,2,175); }
H1.HeaderClassName
{
color: #A202AF;
}
.AnyTagClassName
{
color: #A202AF;
}
</style>
background-color css
<style>
a { background-color: #A202AF; }
a { background-color: rgb(162,2,175); }
div.DivClassName
{
background-color: #A202AF;
}
.BgClassName
{
background-color: #A202AF;
}
</style>
border-color css
<style>
span { border-color: #A202AF; }
span { border-color: rgb(162,2,175); }
td.TdClassName
{
border-color: #A202AF;
}
.TagClassName
{
border-color: #A202AF;
}
</style>