Shades of Dark Violet #A201F0
Tints of Dark Violet #A201F0
RGB
CMYK
RGB Variations
Color information
#A201F0 (or 0xA201F0) is known color: Dark Violet. HEX triplet: A2, 01 and F0. RGB value is (162,1,240). Sum of RGB (Red+Green+Blue) = 162+1+240=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 240 (94.14% from 255 or 59.55% from 403); Max value from RGB is 240 - color contains mainly: blue. Hex color #A201F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A201F0 is #5DFE0F. Grayscale: #4B4B4B. Windows color (decimal): -6159888 or 15729058. OLE color: 15729058.
HSL color Cylindrical-coordinate representation of color #A201F0: hue angle of 280.42º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A201F0 is Cyan = 0.32, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 1 | 240 | - |
| CMYK | 0.32 | 1.00 | 0 | 0.06 |
| HSL | 280.42º | 0.99% | 0.47% | - |
| HSV(B) | 280.42º | 1% | 0.94% | - |
| XYZ | 30.64 | 13.99 | 83.52 | - |
| YUV | 76.39 | 220.34 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 240 | 0.32 | 1.00 | 0 | 0.06 | 280.42 | 0.99 | 0.47 |
| Hex | A2 | 1 | F0 | 20 | 64 | 0 | 6 | 118 | 63 | 2F |
| Octal | 242 | 1 | 360 | 40 | 144 | 0 | 6 | 430 | 143 | 57 |
| Binary | 10100010 | 1 | 11110000 | 100000 | 1100100 | 0 | 110 | 100011000 | 1100011 | 101111 |
Color Harmonies of #A201F0
Complementary color
Monochromatic Colors of #A201F0
Black with #A201F0
Text Example
Text Example
White with #A201F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A201F0; }
p { color: rgb(162,1,240); }
H1.HeaderClassName
{
color: #A201F0;
}
.AnyTagClassName
{
color: #A201F0;
}
</style>
background-color css
<style>
a { background-color: #A201F0; }
a { background-color: rgb(162,1,240); }
div.DivClassName
{
background-color: #A201F0;
}
.BgClassName
{
background-color: #A201F0;
}
</style>
border-color css
<style>
span { border-color: #A201F0; }
span { border-color: rgb(162,1,240); }
td.TdClassName
{
border-color: #A201F0;
}
.TagClassName
{
border-color: #A201F0;
}
</style>