Shades of Dark Violet #A100EE
Tints of Dark Violet #A100EE
RGB
CMYK
RGB Variations
Color information
#A100EE (or 0xA100EE) is known color: Dark Violet. HEX triplet: A1, 00 and EE. RGB value is (161,0,238). Sum of RGB (Red+Green+Blue) = 161+0+238=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #A100EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A100EE is #5EFF11. Grayscale: #4A4A4A. Windows color (decimal): -6225682 or 15597729. OLE color: 15597729.
HSL color Cylindrical-coordinate representation of color #A100EE: hue angle of 280.59º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A100EE is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 0 | 238 | - |
| CMYK | 0.32 | 1 | 0 | 0.07 |
| HSL | 280.59º | 1% | 0.47% | - |
| HSV(B) | 280.59º | 1% | 0.93% | - |
| XYZ | 30.13 | 13.75 | 81.95 | - |
| YUV | 75.27 | 219.84 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 238 | 0.32 | 1 | 0 | 0.07 | 280.59 | 1 | 0.47 |
| Hex | A1 | 0 | EE | 20 | 64 | 0 | 7 | 119 | 64 | 2F |
| Octal | 241 | 0 | 356 | 40 | 144 | 0 | 7 | 431 | 144 | 57 |
| Binary | 10100001 | 0 | 11101110 | 100000 | 1100100 | 0 | 111 | 100011001 | 1100100 | 101111 |
Color Harmonies of #A100EE
Complementary color
Monochromatic Colors of #A100EE
Black with #A100EE
Text Example
Text Example
White with #A100EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A100EE; }
p { color: rgb(161,0,238); }
H1.HeaderClassName
{
color: #A100EE;
}
.AnyTagClassName
{
color: #A100EE;
}
</style>
background-color css
<style>
a { background-color: #A100EE; }
a { background-color: rgb(161,0,238); }
div.DivClassName
{
background-color: #A100EE;
}
.BgClassName
{
background-color: #A100EE;
}
</style>
border-color css
<style>
span { border-color: #A100EE; }
span { border-color: rgb(161,0,238); }
td.TdClassName
{
border-color: #A100EE;
}
.TagClassName
{
border-color: #A100EE;
}
</style>