Shades of Deep Lilac #A45CB8
Tints of Deep Lilac #A45CB8
RGB
CMYK
RGB Variations
Color information
#A45CB8 (or 0xA45CB8) is known color: Deep Lilac. HEX triplet: A4, 5C and B8. RGB value is (164,92,184). Sum of RGB (Red+Green+Blue) = 164+92+184=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 184 - color contains mainly: blue. Hex color #A45CB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CB8 is #5BA347. Grayscale: #7B7B7B. Windows color (decimal): -6005576 or 12082340. OLE color: 12082340.
HSL color Cylindrical-coordinate representation of color #A45CB8: hue angle of 286.96º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A45CB8 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 92 | 184 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.28 |
| HSL | 286.96º | 0.39% | 0.54% | - |
| HSV(B) | 286.96º | 0.5% | 0.72% | - |
| XYZ | 27.79 | 19.01 | 47.55 | - |
| YUV | 124.02 | 161.85 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 184 | 0.11 | 0.50 | 0 | 0.28 | 286.96 | 0.39 | 0.54 |
| Hex | A4 | 5C | B8 | B | 32 | 0 | 1C | 11F | 27 | 36 |
| Octal | 244 | 134 | 270 | 13 | 62 | 0 | 34 | 437 | 47 | 66 |
| Binary | 10100100 | 1011100 | 10111000 | 1011 | 110010 | 0 | 11100 | 100011111 | 100111 | 110110 |
Color Harmonies of #A45CB8
Complementary color
Monochromatic Colors of #A45CB8
Black with #A45CB8
Text Example
Text Example
White with #A45CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45CB8; }
p { color: rgb(164,92,184); }
H1.HeaderClassName
{
color: #A45CB8;
}
.AnyTagClassName
{
color: #A45CB8;
}
</style>
background-color css
<style>
a { background-color: #A45CB8; }
a { background-color: rgb(164,92,184); }
div.DivClassName
{
background-color: #A45CB8;
}
.BgClassName
{
background-color: #A45CB8;
}
</style>
border-color css
<style>
span { border-color: #A45CB8; }
span { border-color: rgb(164,92,184); }
td.TdClassName
{
border-color: #A45CB8;
}
.TagClassName
{
border-color: #A45CB8;
}
</style>