Shades of Deep Lilac #A35AB5
Tints of Deep Lilac #A35AB5
RGB
CMYK
RGB Variations
Color information
#A35AB5 (or 0xA35AB5) is known color: Deep Lilac. HEX triplet: A3, 5A and B5. RGB value is (163,90,181). Sum of RGB (Red+Green+Blue) = 163+90+181=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 181 - color contains mainly: blue. Hex color #A35AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35AB5 is #5CA54A. Grayscale: #797979. Windows color (decimal): -6071627 or 11885219. OLE color: 11885219.
HSL color Cylindrical-coordinate representation of color #A35AB5: hue angle of 288.13º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35AB5 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 90 | 181 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.29 |
| HSL | 288.13º | 0.38% | 0.53% | - |
| HSV(B) | 288.13º | 0.5% | 0.71% | - |
| XYZ | 27.1 | 18.44 | 45.85 | - |
| YUV | 122.2 | 161.18 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 181 | 0.10 | 0.50 | 0 | 0.29 | 288.13 | 0.38 | 0.53 |
| Hex | A3 | 5A | B5 | A | 32 | 0 | 1D | 120 | 26 | 35 |
| Octal | 243 | 132 | 265 | 12 | 62 | 0 | 35 | 440 | 46 | 65 |
| Binary | 10100011 | 1011010 | 10110101 | 1010 | 110010 | 0 | 11101 | 100100000 | 100110 | 110101 |
Color Harmonies of #A35AB5
Complementary color
Monochromatic Colors of #A35AB5
Black with #A35AB5
Text Example
Text Example
White with #A35AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35AB5; }
p { color: rgb(163,90,181); }
H1.HeaderClassName
{
color: #A35AB5;
}
.AnyTagClassName
{
color: #A35AB5;
}
</style>
background-color css
<style>
a { background-color: #A35AB5; }
a { background-color: rgb(163,90,181); }
div.DivClassName
{
background-color: #A35AB5;
}
.BgClassName
{
background-color: #A35AB5;
}
</style>
border-color css
<style>
span { border-color: #A35AB5; }
span { border-color: rgb(163,90,181); }
td.TdClassName
{
border-color: #A35AB5;
}
.TagClassName
{
border-color: #A35AB5;
}
</style>