Shades of Deep Lilac #A45ABC
Tints of Deep Lilac #A45ABC
RGB
CMYK
RGB Variations
Color information
#A45ABC (or 0xA45ABC) is known color: Deep Lilac. HEX triplet: A4, 5A and BC. RGB value is (164,90,188). Sum of RGB (Red+Green+Blue) = 164+90+188=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #A45ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ABC is #5BA543. Grayscale: #7A7A7A. Windows color (decimal): -6006084 or 12343972. OLE color: 12343972.
HSL color Cylindrical-coordinate representation of color #A45ABC: hue angle of 285.31º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A45ABC is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 90 | 188 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.26 |
| HSL | 285.31º | 0.42% | 0.55% | - |
| HSV(B) | 285.31º | 0.52% | 0.74% | - |
| XYZ | 28.04 | 18.84 | 49.73 | - |
| YUV | 123.3 | 164.52 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 188 | 0.13 | 0.52 | 0 | 0.26 | 285.31 | 0.42 | 0.55 |
| Hex | A4 | 5A | BC | D | 34 | 0 | 1A | 11D | 2A | 37 |
| Octal | 244 | 132 | 274 | 15 | 64 | 0 | 32 | 435 | 52 | 67 |
| Binary | 10100100 | 1011010 | 10111100 | 1101 | 110100 | 0 | 11010 | 100011101 | 101010 | 110111 |
Color Harmonies of #A45ABC
Complementary color
Monochromatic Colors of #A45ABC
Black with #A45ABC
Text Example
Text Example
White with #A45ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45ABC; }
p { color: rgb(164,90,188); }
H1.HeaderClassName
{
color: #A45ABC;
}
.AnyTagClassName
{
color: #A45ABC;
}
</style>
background-color css
<style>
a { background-color: #A45ABC; }
a { background-color: rgb(164,90,188); }
div.DivClassName
{
background-color: #A45ABC;
}
.BgClassName
{
background-color: #A45ABC;
}
</style>
border-color css
<style>
span { border-color: #A45ABC; }
span { border-color: rgb(164,90,188); }
td.TdClassName
{
border-color: #A45ABC;
}
.TagClassName
{
border-color: #A45ABC;
}
</style>