Shades of Deep Lilac #A45CBD
Tints of Deep Lilac #A45CBD
RGB
CMYK
RGB Variations
Color information
#A45CBD (or 0xA45CBD) is known color: Deep Lilac. HEX triplet: A4, 5C and BD. RGB value is (164,92,189). Sum of RGB (Red+Green+Blue) = 164+92+189=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #A45CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CBD is #5BA342. Grayscale: #7C7C7C. Windows color (decimal): -6005571 or 12410020. OLE color: 12410020.
HSL color Cylindrical-coordinate representation of color #A45CBD: hue angle of 284.54º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A45CBD is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 92 | 189 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.26 |
| HSL | 284.54º | 0.42% | 0.55% | - |
| HSV(B) | 284.54º | 0.51% | 0.74% | - |
| XYZ | 28.32 | 19.22 | 50.36 | - |
| YUV | 124.59 | 164.35 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 189 | 0.13 | 0.51 | 0 | 0.26 | 284.54 | 0.42 | 0.55 |
| Hex | A4 | 5C | BD | D | 33 | 0 | 1A | 11D | 2A | 37 |
| Octal | 244 | 134 | 275 | 15 | 63 | 0 | 32 | 435 | 52 | 67 |
| Binary | 10100100 | 1011100 | 10111101 | 1101 | 110011 | 0 | 11010 | 100011101 | 101010 | 110111 |
Color Harmonies of #A45CBD
Complementary color
Monochromatic Colors of #A45CBD
Black with #A45CBD
Text Example
Text Example
White with #A45CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45CBD; }
p { color: rgb(164,92,189); }
H1.HeaderClassName
{
color: #A45CBD;
}
.AnyTagClassName
{
color: #A45CBD;
}
</style>
background-color css
<style>
a { background-color: #A45CBD; }
a { background-color: rgb(164,92,189); }
div.DivClassName
{
background-color: #A45CBD;
}
.BgClassName
{
background-color: #A45CBD;
}
</style>
border-color css
<style>
span { border-color: #A45CBD; }
span { border-color: rgb(164,92,189); }
td.TdClassName
{
border-color: #A45CBD;
}
.TagClassName
{
border-color: #A45CBD;
}
</style>