Shades of Deep Lilac #A445BD
Tints of Deep Lilac #A445BD
RGB
CMYK
RGB Variations
Color information
#A445BD (or 0xA445BD) is known color: Deep Lilac. HEX triplet: A4, 45 and BD. RGB value is (164,69,189). Sum of RGB (Red+Green+Blue) = 164+69+189=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #A445BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A445BD is #5BBA42. Grayscale: #6E6E6E. Windows color (decimal): -6011459 or 12404132. OLE color: 12404132.
HSL color Cylindrical-coordinate representation of color #A445BD: hue angle of 287.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A445BD is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 69 | 189 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.26 |
| HSL | 287.5º | 0.48% | 0.51% | - |
| HSV(B) | 287.5º | 0.63% | 0.74% | - |
| XYZ | 26.62 | 15.82 | 49.8 | - |
| YUV | 111.09 | 171.97 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 189 | 0.13 | 0.63 | 0 | 0.26 | 287.5 | 0.48 | 0.51 |
| Hex | A4 | 45 | BD | D | 3F | 0 | 1A | 120 | 30 | 33 |
| Octal | 244 | 105 | 275 | 15 | 77 | 0 | 32 | 440 | 60 | 63 |
| Binary | 10100100 | 1000101 | 10111101 | 1101 | 111111 | 0 | 11010 | 100100000 | 110000 | 110011 |
Color Harmonies of #A445BD
Complementary color
Monochromatic Colors of #A445BD
Black with #A445BD
Text Example
Text Example
White with #A445BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A445BD; }
p { color: rgb(164,69,189); }
H1.HeaderClassName
{
color: #A445BD;
}
.AnyTagClassName
{
color: #A445BD;
}
</style>
background-color css
<style>
a { background-color: #A445BD; }
a { background-color: rgb(164,69,189); }
div.DivClassName
{
background-color: #A445BD;
}
.BgClassName
{
background-color: #A445BD;
}
</style>
border-color css
<style>
span { border-color: #A445BD; }
span { border-color: rgb(164,69,189); }
td.TdClassName
{
border-color: #A445BD;
}
.TagClassName
{
border-color: #A445BD;
}
</style>