Shades of Dark Violet #A100EC
Tints of Dark Violet #A100EC
RGB
CMYK
RGB Variations
Color information
#A100EC (or 0xA100EC) is known color: Dark Violet. HEX triplet: A1, 00 and EC. RGB value is (161,0,236). Sum of RGB (Red+Green+Blue) = 161+0+236=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #A100EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A100EC is #5EFF13. Grayscale: #4A4A4A. Windows color (decimal): -6225684 or 15466657. OLE color: 15466657.
HSL color Cylindrical-coordinate representation of color #A100EC: hue angle of 280.93º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A100EC is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 0 | 236 | - |
| CMYK | 0.32 | 1 | 0 | 0.07 |
| HSL | 280.93º | 1% | 0.46% | - |
| HSV(B) | 280.93º | 1% | 0.93% | - |
| XYZ | 29.84 | 13.63 | 80.42 | - |
| YUV | 75.04 | 218.84 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 236 | 0.32 | 1 | 0 | 0.07 | 280.93 | 1 | 0.46 |
| Hex | A1 | 0 | EC | 20 | 64 | 0 | 7 | 119 | 64 | 2E |
| Octal | 241 | 0 | 354 | 40 | 144 | 0 | 7 | 431 | 144 | 56 |
| Binary | 10100001 | 0 | 11101100 | 100000 | 1100100 | 0 | 111 | 100011001 | 1100100 | 101110 |
Color Harmonies of #A100EC
Complementary color
Monochromatic Colors of #A100EC
Black with #A100EC
Text Example
Text Example
White with #A100EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A100EC; }
p { color: rgb(161,0,236); }
H1.HeaderClassName
{
color: #A100EC;
}
.AnyTagClassName
{
color: #A100EC;
}
</style>
background-color css
<style>
a { background-color: #A100EC; }
a { background-color: rgb(161,0,236); }
div.DivClassName
{
background-color: #A100EC;
}
.BgClassName
{
background-color: #A100EC;
}
</style>
border-color css
<style>
span { border-color: #A100EC; }
span { border-color: rgb(161,0,236); }
td.TdClassName
{
border-color: #A100EC;
}
.TagClassName
{
border-color: #A100EC;
}
</style>