Shades of Dark Violet #A101E6
Tints of Dark Violet #A101E6
RGB
CMYK
RGB Variations
Color information
#A101E6 (or 0xA101E6) is known color: Dark Violet. HEX triplet: A1, 01 and E6. RGB value is (161,1,230). Sum of RGB (Red+Green+Blue) = 161+1+230=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 230 (90.23% from 255 or 58.67% from 392); Max value from RGB is 230 - color contains mainly: blue. Hex color #A101E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A101E6 is #5EFE19. Grayscale: #4A4A4A. Windows color (decimal): -6225434 or 15073697. OLE color: 15073697.
HSL color Cylindrical-coordinate representation of color #A101E6: hue angle of 281.92º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A101E6 is Cyan = 0.3, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 1 | 230 | - |
| CMYK | 0.3 | 1.00 | 0 | 0.10 |
| HSL | 281.92º | 0.99% | 0.45% | - |
| HSV(B) | 281.92º | 1% | 0.9% | - |
| XYZ | 28.99 | 13.31 | 75.9 | - |
| YUV | 74.95 | 215.51 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 230 | 0.3 | 1.00 | 0 | 0.10 | 281.92 | 0.99 | 0.45 |
| Hex | A1 | 1 | E6 | 1E | 64 | 0 | A | 11A | 63 | 2D |
| Octal | 241 | 1 | 346 | 36 | 144 | 0 | 12 | 432 | 143 | 55 |
| Binary | 10100001 | 1 | 11100110 | 11110 | 1100100 | 0 | 1010 | 100011010 | 1100011 | 101101 |
Color Harmonies of #A101E6
Complementary color
Monochromatic Colors of #A101E6
Black with #A101E6
Text Example
Text Example
White with #A101E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A101E6; }
p { color: rgb(161,1,230); }
H1.HeaderClassName
{
color: #A101E6;
}
.AnyTagClassName
{
color: #A101E6;
}
</style>
background-color css
<style>
a { background-color: #A101E6; }
a { background-color: rgb(161,1,230); }
div.DivClassName
{
background-color: #A101E6;
}
.BgClassName
{
background-color: #A101E6;
}
</style>
border-color css
<style>
span { border-color: #A101E6; }
span { border-color: rgb(161,1,230); }
td.TdClassName
{
border-color: #A101E6;
}
.TagClassName
{
border-color: #A101E6;
}
</style>