Shades of Dark Violet #A101EB
Tints of Dark Violet #A101EB
RGB
CMYK
RGB Variations
Color information
#A101EB (or 0xA101EB) is known color: Dark Violet. HEX triplet: A1, 01 and EB. RGB value is (161,1,235). Sum of RGB (Red+Green+Blue) = 161+1+235=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #A101EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A101EB is #5EFE14. Grayscale: #4A4A4A. Windows color (decimal): -6225429 or 15401377. OLE color: 15401377.
HSL color Cylindrical-coordinate representation of color #A101EB: hue angle of 281.03º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A101EB is Cyan = 0.31, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 1 | 235 | - |
| CMYK | 0.31 | 1.00 | 0 | 0.08 |
| HSL | 281.03º | 0.99% | 0.46% | - |
| HSV(B) | 281.03º | 1% | 0.92% | - |
| XYZ | 29.7 | 13.6 | 79.66 | - |
| YUV | 75.52 | 218.01 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 235 | 0.31 | 1.00 | 0 | 0.08 | 281.03 | 0.99 | 0.46 |
| Hex | A1 | 1 | EB | 1F | 64 | 0 | 8 | 119 | 63 | 2E |
| Octal | 241 | 1 | 353 | 37 | 144 | 0 | 10 | 431 | 143 | 56 |
| Binary | 10100001 | 1 | 11101011 | 11111 | 1100100 | 0 | 1000 | 100011001 | 1100011 | 101110 |
Color Harmonies of #A101EB
Complementary color
Monochromatic Colors of #A101EB
Black with #A101EB
Text Example
Text Example
White with #A101EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A101EB; }
p { color: rgb(161,1,235); }
H1.HeaderClassName
{
color: #A101EB;
}
.AnyTagClassName
{
color: #A101EB;
}
</style>
background-color css
<style>
a { background-color: #A101EB; }
a { background-color: rgb(161,1,235); }
div.DivClassName
{
background-color: #A101EB;
}
.BgClassName
{
background-color: #A101EB;
}
</style>
border-color css
<style>
span { border-color: #A101EB; }
span { border-color: rgb(161,1,235); }
td.TdClassName
{
border-color: #A101EB;
}
.TagClassName
{
border-color: #A101EB;
}
</style>