Shades of Dark Violet #A101EF
Tints of Dark Violet #A101EF
RGB
CMYK
RGB Variations
Color information
#A101EF (or 0xA101EF) is known color: Dark Violet. HEX triplet: A1, 01 and EF. RGB value is (161,1,239). Sum of RGB (Red+Green+Blue) = 161+1+239=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #A101EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A101EF is #5EFE10. Grayscale: #4B4B4B. Windows color (decimal): -6225425 or 15663521. OLE color: 15663521.
HSL color Cylindrical-coordinate representation of color #A101EF: hue angle of 280.34º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A101EF is Cyan = 0.33, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 1 | 239 | - |
| CMYK | 0.33 | 1.00 | 0 | 0.06 |
| HSL | 280.34º | 0.99% | 0.47% | - |
| HSV(B) | 280.34º | 1% | 0.94% | - |
| XYZ | 30.29 | 13.83 | 82.73 | - |
| YUV | 75.97 | 220.01 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 239 | 0.33 | 1.00 | 0 | 0.06 | 280.34 | 0.99 | 0.47 |
| Hex | A1 | 1 | EF | 21 | 64 | 0 | 6 | 118 | 63 | 2F |
| Octal | 241 | 1 | 357 | 41 | 144 | 0 | 6 | 430 | 143 | 57 |
| Binary | 10100001 | 1 | 11101111 | 100001 | 1100100 | 0 | 110 | 100011000 | 1100011 | 101111 |
Color Harmonies of #A101EF
Complementary color
Monochromatic Colors of #A101EF
Black with #A101EF
Text Example
Text Example
White with #A101EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A101EF; }
p { color: rgb(161,1,239); }
H1.HeaderClassName
{
color: #A101EF;
}
.AnyTagClassName
{
color: #A101EF;
}
</style>
background-color css
<style>
a { background-color: #A101EF; }
a { background-color: rgb(161,1,239); }
div.DivClassName
{
background-color: #A101EF;
}
.BgClassName
{
background-color: #A101EF;
}
</style>
border-color css
<style>
span { border-color: #A101EF; }
span { border-color: rgb(161,1,239); }
td.TdClassName
{
border-color: #A101EF;
}
.TagClassName
{
border-color: #A101EF;
}
</style>