Shades of Dark Violet #A101DE
Tints of Dark Violet #A101DE
RGB
CMYK
RGB Variations
Color information
#A101DE (or 0xA101DE) is known color: Dark Violet. HEX triplet: A1, 01 and DE. RGB value is (161,1,222). Sum of RGB (Red+Green+Blue) = 161+1+222=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #A101DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A101DE is #5EFE21. Grayscale: #494949. Windows color (decimal): -6225442 or 14549409. OLE color: 14549409.
HSL color Cylindrical-coordinate representation of color #A101DE: hue angle of 283.44º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A101DE is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 1 | 222 | - |
| CMYK | 0.27 | 1.00 | 0 | 0.13 |
| HSL | 283.44º | 0.99% | 0.44% | - |
| HSV(B) | 283.44º | 1% | 0.87% | - |
| XYZ | 27.89 | 12.87 | 70.12 | - |
| YUV | 74.03 | 211.51 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 222 | 0.27 | 1.00 | 0 | 0.13 | 283.44 | 0.99 | 0.44 |
| Hex | A1 | 1 | DE | 1B | 64 | 0 | D | 11B | 63 | 2C |
| Octal | 241 | 1 | 336 | 33 | 144 | 0 | 15 | 433 | 143 | 54 |
| Binary | 10100001 | 1 | 11011110 | 11011 | 1100100 | 0 | 1101 | 100011011 | 1100011 | 101100 |
Color Harmonies of #A101DE
Complementary color
Monochromatic Colors of #A101DE
Black with #A101DE
Text Example
Text Example
White with #A101DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A101DE; }
p { color: rgb(161,1,222); }
H1.HeaderClassName
{
color: #A101DE;
}
.AnyTagClassName
{
color: #A101DE;
}
</style>
background-color css
<style>
a { background-color: #A101DE; }
a { background-color: rgb(161,1,222); }
div.DivClassName
{
background-color: #A101DE;
}
.BgClassName
{
background-color: #A101DE;
}
</style>
border-color css
<style>
span { border-color: #A101DE; }
span { border-color: rgb(161,1,222); }
td.TdClassName
{
border-color: #A101DE;
}
.TagClassName
{
border-color: #A101DE;
}
</style>