Shades of Deep Lilac #A13BB1
Tints of Deep Lilac #A13BB1
RGB
CMYK
RGB Variations
Color information
#A13BB1 (or 0xA13BB1) is known color: Deep Lilac. HEX triplet: A1, 3B and B1. RGB value is (161,59,177). Sum of RGB (Red+Green+Blue) = 161+59+177=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 177 - color contains mainly: blue. Hex color #A13BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13BB1 is #5EC44E. Grayscale: #666666. Windows color (decimal): -6210639 or 11615137. OLE color: 11615137.
HSL color Cylindrical-coordinate representation of color #A13BB1: hue angle of 291.86º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A13BB1 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 59 | 177 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.31 |
| HSL | 291.86º | 0.5% | 0.46% | - |
| HSV(B) | 291.86º | 0.67% | 0.69% | - |
| XYZ | 24.2 | 13.88 | 43 | - |
| YUV | 102.95 | 169.79 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 59 | 177 | 0.09 | 0.67 | 0 | 0.31 | 291.86 | 0.5 | 0.46 |
| Hex | A1 | 3B | B1 | 9 | 43 | 0 | 1F | 124 | 32 | 2E |
| Octal | 241 | 73 | 261 | 11 | 103 | 0 | 37 | 444 | 62 | 56 |
| Binary | 10100001 | 111011 | 10110001 | 1001 | 1000011 | 0 | 11111 | 100100100 | 110010 | 101110 |
Color Harmonies of #A13BB1
Complementary color
Monochromatic Colors of #A13BB1
Black with #A13BB1
Text Example
Text Example
White with #A13BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13BB1; }
p { color: rgb(161,59,177); }
H1.HeaderClassName
{
color: #A13BB1;
}
.AnyTagClassName
{
color: #A13BB1;
}
</style>
background-color css
<style>
a { background-color: #A13BB1; }
a { background-color: rgb(161,59,177); }
div.DivClassName
{
background-color: #A13BB1;
}
.BgClassName
{
background-color: #A13BB1;
}
</style>
border-color css
<style>
span { border-color: #A13BB1; }
span { border-color: rgb(161,59,177); }
td.TdClassName
{
border-color: #A13BB1;
}
.TagClassName
{
border-color: #A13BB1;
}
</style>