Shades of Deep Lilac #A35CBB
Tints of Deep Lilac #A35CBB
RGB
CMYK
RGB Variations
Color information
#A35CBB (or 0xA35CBB) is known color: Deep Lilac. HEX triplet: A3, 5C and BB. RGB value is (163,92,187). Sum of RGB (Red+Green+Blue) = 163+92+187=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #A35CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35CBB is #5CA344. Grayscale: #7B7B7B. Windows color (decimal): -6071109 or 12278947. OLE color: 12278947.
HSL color Cylindrical-coordinate representation of color #A35CBB: hue angle of 284.84º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A35CBB is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 92 | 187 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.27 |
| HSL | 284.84º | 0.41% | 0.55% | - |
| HSV(B) | 284.84º | 0.51% | 0.73% | - |
| XYZ | 27.9 | 19.03 | 49.22 | - |
| YUV | 124.06 | 163.52 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 187 | 0.13 | 0.51 | 0 | 0.27 | 284.84 | 0.41 | 0.55 |
| Hex | A3 | 5C | BB | D | 33 | 0 | 1B | 11D | 29 | 37 |
| Octal | 243 | 134 | 273 | 15 | 63 | 0 | 33 | 435 | 51 | 67 |
| Binary | 10100011 | 1011100 | 10111011 | 1101 | 110011 | 0 | 11011 | 100011101 | 101001 | 110111 |
Color Harmonies of #A35CBB
Complementary color
Monochromatic Colors of #A35CBB
Black with #A35CBB
Text Example
Text Example
White with #A35CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35CBB; }
p { color: rgb(163,92,187); }
H1.HeaderClassName
{
color: #A35CBB;
}
.AnyTagClassName
{
color: #A35CBB;
}
</style>
background-color css
<style>
a { background-color: #A35CBB; }
a { background-color: rgb(163,92,187); }
div.DivClassName
{
background-color: #A35CBB;
}
.BgClassName
{
background-color: #A35CBB;
}
</style>
border-color css
<style>
span { border-color: #A35CBB; }
span { border-color: rgb(163,92,187); }
td.TdClassName
{
border-color: #A35CBB;
}
.TagClassName
{
border-color: #A35CBB;
}
</style>