Shades of Dark Violet #A001F0
Tints of Dark Violet #A001F0
RGB
CMYK
RGB Variations
Color information
#A001F0 (or 0xA001F0) is known color: Dark Violet. HEX triplet: A0, 01 and F0. RGB value is (160,1,240). Sum of RGB (Red+Green+Blue) = 160+1+240=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 240 (94.14% from 255 or 59.85% from 401); Max value from RGB is 240 - color contains mainly: blue. Hex color #A001F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A001F0 is #5FFE0F. Grayscale: #4A4A4A. Windows color (decimal): -6290960 or 15729056. OLE color: 15729056.
HSL color Cylindrical-coordinate representation of color #A001F0: hue angle of 279.92º 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 #A001F0 is Cyan = 0.33, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 1 | 240 | - |
| CMYK | 0.33 | 1.00 | 0 | 0.06 |
| HSL | 279.92º | 0.99% | 0.47% | - |
| HSV(B) | 279.92º | 1% | 0.94% | - |
| XYZ | 30.24 | 13.79 | 83.51 | - |
| YUV | 75.79 | 220.68 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 240 | 0.33 | 1.00 | 0 | 0.06 | 279.92 | 0.99 | 0.47 |
| Hex | A0 | 1 | F0 | 21 | 64 | 0 | 6 | 118 | 63 | 2F |
| Octal | 240 | 1 | 360 | 41 | 144 | 0 | 6 | 430 | 143 | 57 |
| Binary | 10100000 | 1 | 11110000 | 100001 | 1100100 | 0 | 110 | 100011000 | 1100011 | 101111 |
Color Harmonies of #A001F0
Complementary color
Monochromatic Colors of #A001F0
Black with #A001F0
Text Example
Text Example
White with #A001F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A001F0; }
p { color: rgb(160,1,240); }
H1.HeaderClassName
{
color: #A001F0;
}
.AnyTagClassName
{
color: #A001F0;
}
</style>
background-color css
<style>
a { background-color: #A001F0; }
a { background-color: rgb(160,1,240); }
div.DivClassName
{
background-color: #A001F0;
}
.BgClassName
{
background-color: #A001F0;
}
</style>
border-color css
<style>
span { border-color: #A001F0; }
span { border-color: rgb(160,1,240); }
td.TdClassName
{
border-color: #A001F0;
}
.TagClassName
{
border-color: #A001F0;
}
</style>