Shades of Deep Lilac #A35BC0
Tints of Deep Lilac #A35BC0
RGB
CMYK
RGB Variations
Color information
#A35BC0 (or 0xA35BC0) is known color: Deep Lilac. HEX triplet: A3, 5B and C0. RGB value is (163,91,192). Sum of RGB (Red+Green+Blue) = 163+91+192=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #A35BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35BC0 is #5CA43F. Grayscale: #7B7B7B. Windows color (decimal): -6071360 or 12606371. OLE color: 12606371.
HSL color Cylindrical-coordinate representation of color #A35BC0: hue angle of 282.77º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A35BC0 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 91 | 192 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.25 |
| HSL | 282.77º | 0.44% | 0.55% | - |
| HSV(B) | 282.77º | 0.53% | 0.75% | - |
| XYZ | 28.36 | 19.07 | 52.06 | - |
| YUV | 124.04 | 166.35 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 192 | 0.15 | 0.53 | 0 | 0.25 | 282.77 | 0.44 | 0.55 |
| Hex | A3 | 5B | C0 | F | 35 | 0 | 19 | 11B | 2C | 37 |
| Octal | 243 | 133 | 300 | 17 | 65 | 0 | 31 | 433 | 54 | 67 |
| Binary | 10100011 | 1011011 | 11000000 | 1111 | 110101 | 0 | 11001 | 100011011 | 101100 | 110111 |
Color Harmonies of #A35BC0
Complementary color
Monochromatic Colors of #A35BC0
Black with #A35BC0
Text Example
Text Example
White with #A35BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35BC0; }
p { color: rgb(163,91,192); }
H1.HeaderClassName
{
color: #A35BC0;
}
.AnyTagClassName
{
color: #A35BC0;
}
</style>
background-color css
<style>
a { background-color: #A35BC0; }
a { background-color: rgb(163,91,192); }
div.DivClassName
{
background-color: #A35BC0;
}
.BgClassName
{
background-color: #A35BC0;
}
</style>
border-color css
<style>
span { border-color: #A35BC0; }
span { border-color: rgb(163,91,192); }
td.TdClassName
{
border-color: #A35BC0;
}
.TagClassName
{
border-color: #A35BC0;
}
</style>