Shades of Deep Lilac #A35ABB
Tints of Deep Lilac #A35ABB
RGB
CMYK
RGB Variations
Color information
#A35ABB (or 0xA35ABB) is known color: Deep Lilac. HEX triplet: A3, 5A and BB. RGB value is (163,90,187). Sum of RGB (Red+Green+Blue) = 163+90+187=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #A35ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35ABB is #5CA544. Grayscale: #7A7A7A. Windows color (decimal): -6071621 or 12278435. OLE color: 12278435.
HSL color Cylindrical-coordinate representation of color #A35ABB: hue angle of 285.15º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A35ABB is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 90 | 187 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.27 |
| HSL | 285.15º | 0.42% | 0.54% | - |
| HSV(B) | 285.15º | 0.52% | 0.73% | - |
| XYZ | 27.73 | 18.69 | 49.16 | - |
| YUV | 122.89 | 164.18 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 187 | 0.13 | 0.52 | 0 | 0.27 | 285.15 | 0.42 | 0.54 |
| Hex | A3 | 5A | BB | D | 34 | 0 | 1B | 11D | 2A | 36 |
| Octal | 243 | 132 | 273 | 15 | 64 | 0 | 33 | 435 | 52 | 66 |
| Binary | 10100011 | 1011010 | 10111011 | 1101 | 110100 | 0 | 11011 | 100011101 | 101010 | 110110 |
Color Harmonies of #A35ABB
Complementary color
Monochromatic Colors of #A35ABB
Black with #A35ABB
Text Example
Text Example
White with #A35ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35ABB; }
p { color: rgb(163,90,187); }
H1.HeaderClassName
{
color: #A35ABB;
}
.AnyTagClassName
{
color: #A35ABB;
}
</style>
background-color css
<style>
a { background-color: #A35ABB; }
a { background-color: rgb(163,90,187); }
div.DivClassName
{
background-color: #A35ABB;
}
.BgClassName
{
background-color: #A35ABB;
}
</style>
border-color css
<style>
span { border-color: #A35ABB; }
span { border-color: rgb(163,90,187); }
td.TdClassName
{
border-color: #A35ABB;
}
.TagClassName
{
border-color: #A35ABB;
}
</style>