Shades of Deep Lilac #A44BBD
Tints of Deep Lilac #A44BBD
RGB
CMYK
RGB Variations
Color information
#A44BBD (or 0xA44BBD) is known color: Deep Lilac. HEX triplet: A4, 4B and BD. RGB value is (164,75,189). Sum of RGB (Red+Green+Blue) = 164+75+189=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #A44BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BBD is #5BB442. Grayscale: #727272. Windows color (decimal): -6009923 or 12405668. OLE color: 12405668.
HSL color Cylindrical-coordinate representation of color #A44BBD: hue angle of 286.84º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A44BBD is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 75 | 189 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.26 |
| HSL | 286.84º | 0.46% | 0.52% | - |
| HSV(B) | 286.84º | 0.6% | 0.74% | - |
| XYZ | 27.01 | 16.6 | 49.92 | - |
| YUV | 114.61 | 169.99 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 189 | 0.13 | 0.60 | 0 | 0.26 | 286.84 | 0.46 | 0.52 |
| Hex | A4 | 4B | BD | D | 3C | 0 | 1A | 11F | 2E | 34 |
| Octal | 244 | 113 | 275 | 15 | 74 | 0 | 32 | 437 | 56 | 64 |
| Binary | 10100100 | 1001011 | 10111101 | 1101 | 111100 | 0 | 11010 | 100011111 | 101110 | 110100 |
Color Harmonies of #A44BBD
Complementary color
Monochromatic Colors of #A44BBD
Black with #A44BBD
Text Example
Text Example
White with #A44BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44BBD; }
p { color: rgb(164,75,189); }
H1.HeaderClassName
{
color: #A44BBD;
}
.AnyTagClassName
{
color: #A44BBD;
}
</style>
background-color css
<style>
a { background-color: #A44BBD; }
a { background-color: rgb(164,75,189); }
div.DivClassName
{
background-color: #A44BBD;
}
.BgClassName
{
background-color: #A44BBD;
}
</style>
border-color css
<style>
span { border-color: #A44BBD; }
span { border-color: rgb(164,75,189); }
td.TdClassName
{
border-color: #A44BBD;
}
.TagClassName
{
border-color: #A44BBD;
}
</style>