Shades of Dark Violet #A104EE
Tints of Dark Violet #A104EE
RGB
CMYK
RGB Variations
Color information
#A104EE (or 0xA104EE) is known color: Dark Violet. HEX triplet: A1, 04 and EE. RGB value is (161,4,238). Sum of RGB (Red+Green+Blue) = 161+4+238=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #A104EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A104EE is #5EFB11. Grayscale: #4C4C4C. Windows color (decimal): -6224658 or 15598753. OLE color: 15598753.
HSL color Cylindrical-coordinate representation of color #A104EE: hue angle of 280.26º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A104EE is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 4 | 238 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.07 |
| HSL | 280.26º | 0.97% | 0.47% | - |
| HSV(B) | 280.26º | 0.98% | 0.93% | - |
| XYZ | 30.17 | 13.84 | 81.97 | - |
| YUV | 77.62 | 218.51 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 238 | 0.32 | 0.98 | 0 | 0.07 | 280.26 | 0.97 | 0.47 |
| Hex | A1 | 4 | EE | 20 | 62 | 0 | 7 | 118 | 61 | 2F |
| Octal | 241 | 4 | 356 | 40 | 142 | 0 | 7 | 430 | 141 | 57 |
| Binary | 10100001 | 100 | 11101110 | 100000 | 1100010 | 0 | 111 | 100011000 | 1100001 | 101111 |
Color Harmonies of #A104EE
Complementary color
Monochromatic Colors of #A104EE
Black with #A104EE
Text Example
Text Example
White with #A104EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A104EE; }
p { color: rgb(161,4,238); }
H1.HeaderClassName
{
color: #A104EE;
}
.AnyTagClassName
{
color: #A104EE;
}
</style>
background-color css
<style>
a { background-color: #A104EE; }
a { background-color: rgb(161,4,238); }
div.DivClassName
{
background-color: #A104EE;
}
.BgClassName
{
background-color: #A104EE;
}
</style>
border-color css
<style>
span { border-color: #A104EE; }
span { border-color: rgb(161,4,238); }
td.TdClassName
{
border-color: #A104EE;
}
.TagClassName
{
border-color: #A104EE;
}
</style>