Shades of Dark Violet #A202F0
Tints of Dark Violet #A202F0
RGB
CMYK
RGB Variations
Color information
#A202F0 (or 0xA202F0) is known color: Dark Violet. HEX triplet: A2, 02 and F0. RGB value is (162,2,240). Sum of RGB (Red+Green+Blue) = 162+2+240=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 240 (94.14% from 255 or 59.41% from 404); Max value from RGB is 240 - color contains mainly: blue. Hex color #A202F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A202F0 is #5DFD0F. Grayscale: #4C4C4C. Windows color (decimal): -6159632 or 15729314. OLE color: 15729314.
HSL color Cylindrical-coordinate representation of color #A202F0: hue angle of 280.34º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A202F0 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 2 | 240 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.06 |
| HSL | 280.34º | 0.98% | 0.47% | - |
| HSV(B) | 280.34º | 0.99% | 0.94% | - |
| XYZ | 30.65 | 14.02 | 83.53 | - |
| YUV | 76.97 | 220.01 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 240 | 0.32 | 0.99 | 0 | 0.06 | 280.34 | 0.98 | 0.47 |
| Hex | A2 | 2 | F0 | 20 | 63 | 0 | 6 | 118 | 62 | 2F |
| Octal | 242 | 2 | 360 | 40 | 143 | 0 | 6 | 430 | 142 | 57 |
| Binary | 10100010 | 10 | 11110000 | 100000 | 1100011 | 0 | 110 | 100011000 | 1100010 | 101111 |
Color Harmonies of #A202F0
Complementary color
Monochromatic Colors of #A202F0
Black with #A202F0
Text Example
Text Example
White with #A202F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A202F0; }
p { color: rgb(162,2,240); }
H1.HeaderClassName
{
color: #A202F0;
}
.AnyTagClassName
{
color: #A202F0;
}
</style>
background-color css
<style>
a { background-color: #A202F0; }
a { background-color: rgb(162,2,240); }
div.DivClassName
{
background-color: #A202F0;
}
.BgClassName
{
background-color: #A202F0;
}
</style>
border-color css
<style>
span { border-color: #A202F0; }
span { border-color: rgb(162,2,240); }
td.TdClassName
{
border-color: #A202F0;
}
.TagClassName
{
border-color: #A202F0;
}
</style>