Shades of Dark Violet #A000F0
Tints of Dark Violet #A000F0
RGB
CMYK
RGB Variations
Color information
#A000F0 (or 0xA000F0) is known color: Dark Violet. HEX triplet: A0, 00 and F0. RGB value is (160,0,240). Sum of RGB (Red+Green+Blue) = 160+0+240=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 240 (94.14% from 255 or 60% from 400); Max value from RGB is 240 - color contains mainly: blue. Hex color #A000F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A000F0 is #5FFF0F. Grayscale: #4A4A4A. Windows color (decimal): -6291216 or 15728800. OLE color: 15728800.
HSL color Cylindrical-coordinate representation of color #A000F0: hue angle of 280º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000F0 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 0 | 240 | - |
| CMYK | 0.33 | 1 | 0 | 0.06 |
| HSL | 280º | 1% | 0.47% | - |
| HSV(B) | 280º | 1% | 0.94% | - |
| XYZ | 30.23 | 13.76 | 83.5 | - |
| YUV | 75.2 | 221.01 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 240 | 0.33 | 1 | 0 | 0.06 | 280 | 1 | 0.47 |
| Hex | A0 | 0 | F0 | 21 | 64 | 0 | 6 | 118 | 64 | 2F |
| Octal | 240 | 0 | 360 | 41 | 144 | 0 | 6 | 430 | 144 | 57 |
| Binary | 10100000 | 0 | 11110000 | 100001 | 1100100 | 0 | 110 | 100011000 | 1100100 | 101111 |
Color Harmonies of #A000F0
Complementary color
Monochromatic Colors of #A000F0
Black with #A000F0
Text Example
Text Example
White with #A000F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000F0; }
p { color: rgb(160,0,240); }
H1.HeaderClassName
{
color: #A000F0;
}
.AnyTagClassName
{
color: #A000F0;
}
</style>
background-color css
<style>
a { background-color: #A000F0; }
a { background-color: rgb(160,0,240); }
div.DivClassName
{
background-color: #A000F0;
}
.BgClassName
{
background-color: #A000F0;
}
</style>
border-color css
<style>
span { border-color: #A000F0; }
span { border-color: rgb(160,0,240); }
td.TdClassName
{
border-color: #A000F0;
}
.TagClassName
{
border-color: #A000F0;
}
</style>