Shades of Deep Lilac #A46CBC
Tints of Deep Lilac #A46CBC
RGB
CMYK
RGB Variations
Color information
#A46CBC (or 0xA46CBC) is known color: Deep Lilac. HEX triplet: A4, 6C and BC. RGB value is (164,108,188). Sum of RGB (Red+Green+Blue) = 164+108+188=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #A46CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CBC is #5B9343. Grayscale: #858585. Windows color (decimal): -6001476 or 12348580. OLE color: 12348580.
HSL color Cylindrical-coordinate representation of color #A46CBC: hue angle of 282º 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 #A46CBC is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 108 | 188 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.26 |
| HSL | 282º | 0.37% | 0.58% | - |
| HSV(B) | 282º | 0.43% | 0.74% | - |
| XYZ | 29.75 | 22.25 | 50.3 | - |
| YUV | 133.86 | 158.55 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 188 | 0.13 | 0.43 | 0 | 0.26 | 282 | 0.37 | 0.58 |
| Hex | A4 | 6C | BC | D | 2B | 0 | 1A | 11A | 25 | 3A |
| Octal | 244 | 154 | 274 | 15 | 53 | 0 | 32 | 432 | 45 | 72 |
| Binary | 10100100 | 1101100 | 10111100 | 1101 | 101011 | 0 | 11010 | 100011010 | 100101 | 111010 |
Color Harmonies of #A46CBC
Complementary color
Monochromatic Colors of #A46CBC
Black with #A46CBC
Text Example
Text Example
White with #A46CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CBC; }
p { color: rgb(164,108,188); }
H1.HeaderClassName
{
color: #A46CBC;
}
.AnyTagClassName
{
color: #A46CBC;
}
</style>
background-color css
<style>
a { background-color: #A46CBC; }
a { background-color: rgb(164,108,188); }
div.DivClassName
{
background-color: #A46CBC;
}
.BgClassName
{
background-color: #A46CBC;
}
</style>
border-color css
<style>
span { border-color: #A46CBC; }
span { border-color: rgb(164,108,188); }
td.TdClassName
{
border-color: #A46CBC;
}
.TagClassName
{
border-color: #A46CBC;
}
</style>