Shades of Deep Lilac #A455BC
Tints of Deep Lilac #A455BC
RGB
CMYK
RGB Variations
Color information
#A455BC (or 0xA455BC) is known color: Deep Lilac. HEX triplet: A4, 55 and BC. RGB value is (164,85,188). Sum of RGB (Red+Green+Blue) = 164+85+188=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #A455BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A455BC is #5BAA43. Grayscale: #787878. Windows color (decimal): -6007364 or 12342692. OLE color: 12342692.
HSL color Cylindrical-coordinate representation of color #A455BC: hue angle of 286.02º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A455BC is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 85 | 188 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.26 |
| HSL | 286.02º | 0.43% | 0.54% | - |
| HSV(B) | 286.02º | 0.55% | 0.74% | - |
| XYZ | 27.64 | 18.02 | 49.6 | - |
| YUV | 120.36 | 166.17 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 188 | 0.13 | 0.55 | 0 | 0.26 | 286.02 | 0.43 | 0.54 |
| Hex | A4 | 55 | BC | D | 37 | 0 | 1A | 11E | 2B | 36 |
| Octal | 244 | 125 | 274 | 15 | 67 | 0 | 32 | 436 | 53 | 66 |
| Binary | 10100100 | 1010101 | 10111100 | 1101 | 110111 | 0 | 11010 | 100011110 | 101011 | 110110 |
Color Harmonies of #A455BC
Complementary color
Monochromatic Colors of #A455BC
Black with #A455BC
Text Example
Text Example
White with #A455BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A455BC; }
p { color: rgb(164,85,188); }
H1.HeaderClassName
{
color: #A455BC;
}
.AnyTagClassName
{
color: #A455BC;
}
</style>
background-color css
<style>
a { background-color: #A455BC; }
a { background-color: rgb(164,85,188); }
div.DivClassName
{
background-color: #A455BC;
}
.BgClassName
{
background-color: #A455BC;
}
</style>
border-color css
<style>
span { border-color: #A455BC; }
span { border-color: rgb(164,85,188); }
td.TdClassName
{
border-color: #A455BC;
}
.TagClassName
{
border-color: #A455BC;
}
</style>