Shades of Deep Lilac #A35DBB
Tints of Deep Lilac #A35DBB
RGB
CMYK
RGB Variations
Color information
#A35DBB (or 0xA35DBB) is known color: Deep Lilac. HEX triplet: A3, 5D and BB. RGB value is (163,93,187). Sum of RGB (Red+Green+Blue) = 163+93+187=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #A35DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35DBB is #5CA244. Grayscale: #7C7C7C. Windows color (decimal): -6070853 or 12279203. OLE color: 12279203.
HSL color Cylindrical-coordinate representation of color #A35DBB: hue angle of 284.68º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35DBB is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 93 | 187 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.27 |
| HSL | 284.68º | 0.41% | 0.55% | - |
| HSV(B) | 284.68º | 0.5% | 0.73% | - |
| XYZ | 27.99 | 19.2 | 49.25 | - |
| YUV | 124.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 187 | 0.13 | 0.50 | 0 | 0.27 | 284.68 | 0.41 | 0.55 |
| Hex | A3 | 5D | BB | D | 32 | 0 | 1B | 11D | 29 | 37 |
| Octal | 243 | 135 | 273 | 15 | 62 | 0 | 33 | 435 | 51 | 67 |
| Binary | 10100011 | 1011101 | 10111011 | 1101 | 110010 | 0 | 11011 | 100011101 | 101001 | 110111 |
Color Harmonies of #A35DBB
Complementary color
Monochromatic Colors of #A35DBB
Black with #A35DBB
Text Example
Text Example
White with #A35DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35DBB; }
p { color: rgb(163,93,187); }
H1.HeaderClassName
{
color: #A35DBB;
}
.AnyTagClassName
{
color: #A35DBB;
}
</style>
background-color css
<style>
a { background-color: #A35DBB; }
a { background-color: rgb(163,93,187); }
div.DivClassName
{
background-color: #A35DBB;
}
.BgClassName
{
background-color: #A35DBB;
}
</style>
border-color css
<style>
span { border-color: #A35DBB; }
span { border-color: rgb(163,93,187); }
td.TdClassName
{
border-color: #A35DBB;
}
.TagClassName
{
border-color: #A35DBB;
}
</style>