Shades of Deep Lilac #A451BC
Tints of Deep Lilac #A451BC
RGB
CMYK
RGB Variations
Color information
#A451BC (or 0xA451BC) is known color: Deep Lilac. HEX triplet: A4, 51 and BC. RGB value is (164,81,188). Sum of RGB (Red+Green+Blue) = 164+81+188=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #A451BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A451BC is #5BAE43. Grayscale: #757575. Windows color (decimal): -6008388 or 12341668. OLE color: 12341668.
HSL color Cylindrical-coordinate representation of color #A451BC: hue angle of 286.54º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A451BC is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 81 | 188 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.26 |
| HSL | 286.54º | 0.44% | 0.53% | - |
| HSV(B) | 286.54º | 0.57% | 0.74% | - |
| XYZ | 27.33 | 17.41 | 49.5 | - |
| YUV | 118.02 | 167.5 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 188 | 0.13 | 0.57 | 0 | 0.26 | 286.54 | 0.44 | 0.53 |
| Hex | A4 | 51 | BC | D | 39 | 0 | 1A | 11F | 2C | 35 |
| Octal | 244 | 121 | 274 | 15 | 71 | 0 | 32 | 437 | 54 | 65 |
| Binary | 10100100 | 1010001 | 10111100 | 1101 | 111001 | 0 | 11010 | 100011111 | 101100 | 110101 |
Color Harmonies of #A451BC
Complementary color
Monochromatic Colors of #A451BC
Black with #A451BC
Text Example
Text Example
White with #A451BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A451BC; }
p { color: rgb(164,81,188); }
H1.HeaderClassName
{
color: #A451BC;
}
.AnyTagClassName
{
color: #A451BC;
}
</style>
background-color css
<style>
a { background-color: #A451BC; }
a { background-color: rgb(164,81,188); }
div.DivClassName
{
background-color: #A451BC;
}
.BgClassName
{
background-color: #A451BC;
}
</style>
border-color css
<style>
span { border-color: #A451BC; }
span { border-color: rgb(164,81,188); }
td.TdClassName
{
border-color: #A451BC;
}
.TagClassName
{
border-color: #A451BC;
}
</style>