Shades of Deep Lilac #A36CBC
Tints of Deep Lilac #A36CBC
RGB
CMYK
RGB Variations
Color information
#A36CBC (or 0xA36CBC) is known color: Deep Lilac. HEX triplet: A3, 6C and BC. RGB value is (163,108,188). Sum of RGB (Red+Green+Blue) = 163+108+188=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #A36CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CBC is #5C9343. Grayscale: #858585. Windows color (decimal): -6067012 or 12348579. OLE color: 12348579.
HSL color Cylindrical-coordinate representation of color #A36CBC: hue angle of 281.25º degrees, saturation: 0.37, 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 #A36CBC is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 108 | 188 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.26 |
| HSL | 281.25º | 0.37% | 0.58% | - |
| HSV(B) | 281.25º | 0.43% | 0.74% | - |
| XYZ | 29.54 | 22.14 | 50.29 | - |
| YUV | 133.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 188 | 0.13 | 0.43 | 0 | 0.26 | 281.25 | 0.37 | 0.58 |
| Hex | A3 | 6C | BC | D | 2B | 0 | 1A | 119 | 25 | 3A |
| Octal | 243 | 154 | 274 | 15 | 53 | 0 | 32 | 431 | 45 | 72 |
| Binary | 10100011 | 1101100 | 10111100 | 1101 | 101011 | 0 | 11010 | 100011001 | 100101 | 111010 |
Color Harmonies of #A36CBC
Complementary color
Monochromatic Colors of #A36CBC
Black with #A36CBC
Text Example
Text Example
White with #A36CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36CBC; }
p { color: rgb(163,108,188); }
H1.HeaderClassName
{
color: #A36CBC;
}
.AnyTagClassName
{
color: #A36CBC;
}
</style>
background-color css
<style>
a { background-color: #A36CBC; }
a { background-color: rgb(163,108,188); }
div.DivClassName
{
background-color: #A36CBC;
}
.BgClassName
{
background-color: #A36CBC;
}
</style>
border-color css
<style>
span { border-color: #A36CBC; }
span { border-color: rgb(163,108,188); }
td.TdClassName
{
border-color: #A36CBC;
}
.TagClassName
{
border-color: #A36CBC;
}
</style>