Shades of Dark Violet #A100ED
Tints of Dark Violet #A100ED
RGB
CMYK
RGB Variations
Color information
#A100ED (or 0xA100ED) is known color: Dark Violet. HEX triplet: A1, 00 and ED. RGB value is (161,0,237). Sum of RGB (Red+Green+Blue) = 161+0+237=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #A100ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A100ED is #5EFF12. Grayscale: #4A4A4A. Windows color (decimal): -6225683 or 15532193. OLE color: 15532193.
HSL color Cylindrical-coordinate representation of color #A100ED: hue angle of 280.76º 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 #A100ED is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 0 | 237 | - |
| CMYK | 0.32 | 1 | 0 | 0.07 |
| HSL | 280.76º | 1% | 0.46% | - |
| HSV(B) | 280.76º | 1% | 0.93% | - |
| XYZ | 29.98 | 13.69 | 81.18 | - |
| YUV | 75.16 | 219.34 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 237 | 0.32 | 1 | 0 | 0.07 | 280.76 | 1 | 0.46 |
| Hex | A1 | 0 | ED | 20 | 64 | 0 | 7 | 119 | 64 | 2E |
| Octal | 241 | 0 | 355 | 40 | 144 | 0 | 7 | 431 | 144 | 56 |
| Binary | 10100001 | 0 | 11101101 | 100000 | 1100100 | 0 | 111 | 100011001 | 1100100 | 101110 |
Color Harmonies of #A100ED
Complementary color
Monochromatic Colors of #A100ED
Black with #A100ED
Text Example
Text Example
White with #A100ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A100ED; }
p { color: rgb(161,0,237); }
H1.HeaderClassName
{
color: #A100ED;
}
.AnyTagClassName
{
color: #A100ED;
}
</style>
background-color css
<style>
a { background-color: #A100ED; }
a { background-color: rgb(161,0,237); }
div.DivClassName
{
background-color: #A100ED;
}
.BgClassName
{
background-color: #A100ED;
}
</style>
border-color css
<style>
span { border-color: #A100ED; }
span { border-color: rgb(161,0,237); }
td.TdClassName
{
border-color: #A100ED;
}
.TagClassName
{
border-color: #A100ED;
}
</style>