Shades of Deep Lilac #A35BBC
Tints of Deep Lilac #A35BBC
RGB
CMYK
RGB Variations
Color information
#A35BBC (or 0xA35BBC) is known color: Deep Lilac. HEX triplet: A3, 5B and BC. RGB value is (163,91,188). Sum of RGB (Red+Green+Blue) = 163+91+188=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #A35BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35BBC is #5CA443. Grayscale: #7B7B7B. Windows color (decimal): -6071364 or 12344227. OLE color: 12344227.
HSL color Cylindrical-coordinate representation of color #A35BBC: hue angle of 284.54º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A35BBC is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 91 | 188 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.26 |
| HSL | 284.54º | 0.42% | 0.55% | - |
| HSV(B) | 284.54º | 0.52% | 0.74% | - |
| XYZ | 27.92 | 18.9 | 49.75 | - |
| YUV | 123.59 | 164.35 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 188 | 0.13 | 0.52 | 0 | 0.26 | 284.54 | 0.42 | 0.55 |
| Hex | A3 | 5B | BC | D | 34 | 0 | 1A | 11D | 2A | 37 |
| Octal | 243 | 133 | 274 | 15 | 64 | 0 | 32 | 435 | 52 | 67 |
| Binary | 10100011 | 1011011 | 10111100 | 1101 | 110100 | 0 | 11010 | 100011101 | 101010 | 110111 |
Color Harmonies of #A35BBC
Complementary color
Monochromatic Colors of #A35BBC
Black with #A35BBC
Text Example
Text Example
White with #A35BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35BBC; }
p { color: rgb(163,91,188); }
H1.HeaderClassName
{
color: #A35BBC;
}
.AnyTagClassName
{
color: #A35BBC;
}
</style>
background-color css
<style>
a { background-color: #A35BBC; }
a { background-color: rgb(163,91,188); }
div.DivClassName
{
background-color: #A35BBC;
}
.BgClassName
{
background-color: #A35BBC;
}
</style>
border-color css
<style>
span { border-color: #A35BBC; }
span { border-color: rgb(163,91,188); }
td.TdClassName
{
border-color: #A35BBC;
}
.TagClassName
{
border-color: #A35BBC;
}
</style>