Shades of Dark Violet #A100F0
Tints of Dark Violet #A100F0
RGB
CMYK
RGB Variations
Color information
#A100F0 (or 0xA100F0) is known color: Dark Violet. HEX triplet: A1, 00 and F0. RGB value is (161,0,240). Sum of RGB (Red+Green+Blue) = 161+0+240=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 0 (0.39% from 255 or 0% 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 #A100F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A100F0 is #5EFF0F. Grayscale: #4A4A4A. Windows color (decimal): -6225680 or 15728801. OLE color: 15728801.
HSL color Cylindrical-coordinate representation of color #A100F0: hue angle of 280.25º 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 #A100F0 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 0 | 240 | - |
| CMYK | 0.33 | 1 | 0 | 0.06 |
| HSL | 280.25º | 1% | 0.47% | - |
| HSV(B) | 280.25º | 1% | 0.94% | - |
| XYZ | 30.43 | 13.87 | 83.51 | - |
| YUV | 75.5 | 220.84 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 240 | 0.33 | 1 | 0 | 0.06 | 280.25 | 1 | 0.47 |
| Hex | A1 | 0 | F0 | 21 | 64 | 0 | 6 | 118 | 64 | 2F |
| Octal | 241 | 0 | 360 | 41 | 144 | 0 | 6 | 430 | 144 | 57 |
| Binary | 10100001 | 0 | 11110000 | 100001 | 1100100 | 0 | 110 | 100011000 | 1100100 | 101111 |
Color Harmonies of #A100F0
Complementary color
Monochromatic Colors of #A100F0
Black with #A100F0
Text Example
Text Example
White with #A100F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A100F0; }
p { color: rgb(161,0,240); }
H1.HeaderClassName
{
color: #A100F0;
}
.AnyTagClassName
{
color: #A100F0;
}
</style>
background-color css
<style>
a { background-color: #A100F0; }
a { background-color: rgb(161,0,240); }
div.DivClassName
{
background-color: #A100F0;
}
.BgClassName
{
background-color: #A100F0;
}
</style>
border-color css
<style>
span { border-color: #A100F0; }
span { border-color: rgb(161,0,240); }
td.TdClassName
{
border-color: #A100F0;
}
.TagClassName
{
border-color: #A100F0;
}
</style>