Shades of Deep Lilac #A45CBE
Tints of Deep Lilac #A45CBE
RGB
CMYK
RGB Variations
Color information
#A45CBE (or 0xA45CBE) is known color: Deep Lilac. HEX triplet: A4, 5C and BE. RGB value is (164,92,190). Sum of RGB (Red+Green+Blue) = 164+92+190=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #A45CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CBE is #5BA341. Grayscale: #7C7C7C. Windows color (decimal): -6005570 or 12475556. OLE color: 12475556.
HSL color Cylindrical-coordinate representation of color #A45CBE: hue angle of 284.08º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A45CBE is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 92 | 190 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.25 |
| HSL | 284.08º | 0.43% | 0.55% | - |
| HSV(B) | 284.08º | 0.52% | 0.75% | - |
| XYZ | 28.43 | 19.26 | 50.94 | - |
| YUV | 124.7 | 164.85 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 190 | 0.14 | 0.52 | 0 | 0.25 | 284.08 | 0.43 | 0.55 |
| Hex | A4 | 5C | BE | E | 34 | 0 | 19 | 11C | 2B | 37 |
| Octal | 244 | 134 | 276 | 16 | 64 | 0 | 31 | 434 | 53 | 67 |
| Binary | 10100100 | 1011100 | 10111110 | 1110 | 110100 | 0 | 11001 | 100011100 | 101011 | 110111 |
Color Harmonies of #A45CBE
Complementary color
Monochromatic Colors of #A45CBE
Black with #A45CBE
Text Example
Text Example
White with #A45CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45CBE; }
p { color: rgb(164,92,190); }
H1.HeaderClassName
{
color: #A45CBE;
}
.AnyTagClassName
{
color: #A45CBE;
}
</style>
background-color css
<style>
a { background-color: #A45CBE; }
a { background-color: rgb(164,92,190); }
div.DivClassName
{
background-color: #A45CBE;
}
.BgClassName
{
background-color: #A45CBE;
}
</style>
border-color css
<style>
span { border-color: #A45CBE; }
span { border-color: rgb(164,92,190); }
td.TdClassName
{
border-color: #A45CBE;
}
.TagClassName
{
border-color: #A45CBE;
}
</style>