Shades of Deep Lilac #A35AB4
Tints of Deep Lilac #A35AB4
RGB
CMYK
RGB Variations
Color information
#A35AB4 (or 0xA35AB4) is known color: Deep Lilac. HEX triplet: A3, 5A and B4. RGB value is (163,90,180). Sum of RGB (Red+Green+Blue) = 163+90+180=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #A35AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35AB4 is #5CA54B. Grayscale: #797979. Windows color (decimal): -6071628 or 11819683. OLE color: 11819683.
HSL color Cylindrical-coordinate representation of color #A35AB4: hue angle of 288.67º 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 #A35AB4 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 90 | 180 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.29 |
| HSL | 288.67º | 0.38% | 0.53% | - |
| HSV(B) | 288.67º | 0.5% | 0.71% | - |
| XYZ | 27 | 18.39 | 45.31 | - |
| YUV | 122.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 180 | 0.09 | 0.50 | 0 | 0.29 | 288.67 | 0.38 | 0.53 |
| Hex | A3 | 5A | B4 | 9 | 32 | 0 | 1D | 121 | 26 | 35 |
| Octal | 243 | 132 | 264 | 11 | 62 | 0 | 35 | 441 | 46 | 65 |
| Binary | 10100011 | 1011010 | 10110100 | 1001 | 110010 | 0 | 11101 | 100100001 | 100110 | 110101 |
Color Harmonies of #A35AB4
Complementary color
Monochromatic Colors of #A35AB4
Black with #A35AB4
Text Example
Text Example
White with #A35AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35AB4; }
p { color: rgb(163,90,180); }
H1.HeaderClassName
{
color: #A35AB4;
}
.AnyTagClassName
{
color: #A35AB4;
}
</style>
background-color css
<style>
a { background-color: #A35AB4; }
a { background-color: rgb(163,90,180); }
div.DivClassName
{
background-color: #A35AB4;
}
.BgClassName
{
background-color: #A35AB4;
}
</style>
border-color css
<style>
span { border-color: #A35AB4; }
span { border-color: rgb(163,90,180); }
td.TdClassName
{
border-color: #A35AB4;
}
.TagClassName
{
border-color: #A35AB4;
}
</style>