Shades of Deep Lilac #A44ABD
Tints of Deep Lilac #A44ABD
RGB
CMYK
RGB Variations
Color information
#A44ABD (or 0xA44ABD) is known color: Deep Lilac. HEX triplet: A4, 4A and BD. RGB value is (164,74,189). Sum of RGB (Red+Green+Blue) = 164+74+189=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #A44ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44ABD is #5BB542. Grayscale: #717171. Windows color (decimal): -6010179 or 12405412. OLE color: 12405412.
HSL color Cylindrical-coordinate representation of color #A44ABD: hue angle of 286.96º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A44ABD is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 74 | 189 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.26 |
| HSL | 286.96º | 0.47% | 0.52% | - |
| HSV(B) | 286.96º | 0.61% | 0.74% | - |
| XYZ | 26.94 | 16.46 | 49.9 | - |
| YUV | 114.02 | 170.32 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 189 | 0.13 | 0.61 | 0 | 0.26 | 286.96 | 0.47 | 0.52 |
| Hex | A4 | 4A | BD | D | 3D | 0 | 1A | 11F | 2F | 34 |
| Octal | 244 | 112 | 275 | 15 | 75 | 0 | 32 | 437 | 57 | 64 |
| Binary | 10100100 | 1001010 | 10111101 | 1101 | 111101 | 0 | 11010 | 100011111 | 101111 | 110100 |
Color Harmonies of #A44ABD
Complementary color
Monochromatic Colors of #A44ABD
Black with #A44ABD
Text Example
Text Example
White with #A44ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44ABD; }
p { color: rgb(164,74,189); }
H1.HeaderClassName
{
color: #A44ABD;
}
.AnyTagClassName
{
color: #A44ABD;
}
</style>
background-color css
<style>
a { background-color: #A44ABD; }
a { background-color: rgb(164,74,189); }
div.DivClassName
{
background-color: #A44ABD;
}
.BgClassName
{
background-color: #A44ABD;
}
</style>
border-color css
<style>
span { border-color: #A44ABD; }
span { border-color: rgb(164,74,189); }
td.TdClassName
{
border-color: #A44ABD;
}
.TagClassName
{
border-color: #A44ABD;
}
</style>