Shades of Deep Lilac #A35AC2
Tints of Deep Lilac #A35AC2
RGB
CMYK
RGB Variations
Color information
#A35AC2 (or 0xA35AC2) is known color: Deep Lilac. HEX triplet: A3, 5A and C2. RGB value is (163,90,194). Sum of RGB (Red+Green+Blue) = 163+90+194=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 194 - color contains mainly: blue. Hex color #A35AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35AC2 is #5CA53D. Grayscale: #7B7B7B. Windows color (decimal): -6071614 or 12737187. OLE color: 12737187.
HSL color Cylindrical-coordinate representation of color #A35AC2: hue angle of 282.12º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A35AC2 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 90 | 194 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.24 |
| HSL | 282.12º | 0.46% | 0.56% | - |
| HSV(B) | 282.12º | 0.54% | 0.76% | - |
| XYZ | 28.5 | 18.99 | 53.2 | - |
| YUV | 123.68 | 167.68 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 194 | 0.16 | 0.54 | 0 | 0.24 | 282.12 | 0.46 | 0.56 |
| Hex | A3 | 5A | C2 | 10 | 36 | 0 | 18 | 11A | 2E | 38 |
| Octal | 243 | 132 | 302 | 20 | 66 | 0 | 30 | 432 | 56 | 70 |
| Binary | 10100011 | 1011010 | 11000010 | 10000 | 110110 | 0 | 11000 | 100011010 | 101110 | 111000 |
Color Harmonies of #A35AC2
Complementary color
Monochromatic Colors of #A35AC2
Black with #A35AC2
Text Example
Text Example
White with #A35AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35AC2; }
p { color: rgb(163,90,194); }
H1.HeaderClassName
{
color: #A35AC2;
}
.AnyTagClassName
{
color: #A35AC2;
}
</style>
background-color css
<style>
a { background-color: #A35AC2; }
a { background-color: rgb(163,90,194); }
div.DivClassName
{
background-color: #A35AC2;
}
.BgClassName
{
background-color: #A35AC2;
}
</style>
border-color css
<style>
span { border-color: #A35AC2; }
span { border-color: rgb(163,90,194); }
td.TdClassName
{
border-color: #A35AC2;
}
.TagClassName
{
border-color: #A35AC2;
}
</style>