Shades of Deep Lilac #A36BBC
Tints of Deep Lilac #A36BBC
RGB
CMYK
RGB Variations
Color information
#A36BBC (or 0xA36BBC) is known color: Deep Lilac. HEX triplet: A3, 6B and BC. RGB value is (163,107,188). Sum of RGB (Red+Green+Blue) = 163+107+188=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #A36BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36BBC is #5C9443. Grayscale: #848484. Windows color (decimal): -6067268 or 12348323. OLE color: 12348323.
HSL color Cylindrical-coordinate representation of color #A36BBC: hue angle of 281.48º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A36BBC is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 107 | 188 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.26 |
| HSL | 281.48º | 0.38% | 0.58% | - |
| HSV(B) | 281.48º | 0.43% | 0.74% | - |
| XYZ | 29.44 | 21.93 | 50.26 | - |
| YUV | 132.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 107 | 188 | 0.13 | 0.43 | 0 | 0.26 | 281.48 | 0.38 | 0.58 |
| Hex | A3 | 6B | BC | D | 2B | 0 | 1A | 119 | 26 | 3A |
| Octal | 243 | 153 | 274 | 15 | 53 | 0 | 32 | 431 | 46 | 72 |
| Binary | 10100011 | 1101011 | 10111100 | 1101 | 101011 | 0 | 11010 | 100011001 | 100110 | 111010 |
Color Harmonies of #A36BBC
Complementary color
Monochromatic Colors of #A36BBC
Black with #A36BBC
Text Example
Text Example
White with #A36BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36BBC; }
p { color: rgb(163,107,188); }
H1.HeaderClassName
{
color: #A36BBC;
}
.AnyTagClassName
{
color: #A36BBC;
}
</style>
background-color css
<style>
a { background-color: #A36BBC; }
a { background-color: rgb(163,107,188); }
div.DivClassName
{
background-color: #A36BBC;
}
.BgClassName
{
background-color: #A36BBC;
}
</style>
border-color css
<style>
span { border-color: #A36BBC; }
span { border-color: rgb(163,107,188); }
td.TdClassName
{
border-color: #A36BBC;
}
.TagClassName
{
border-color: #A36BBC;
}
</style>