Shades of Deep Lilac #A44AB6
Tints of Deep Lilac #A44AB6
RGB
CMYK
RGB Variations
Color information
#A44AB6 (or 0xA44AB6) is known color: Deep Lilac. HEX triplet: A4, 4A and B6. RGB value is (164,74,182). Sum of RGB (Red+Green+Blue) = 164+74+182=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 182 (71.48% from 255 or 43.33% from 420); Max value from RGB is 182 - color contains mainly: blue. Hex color #A44AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44AB6 is #5BB549. Grayscale: #707070. Windows color (decimal): -6010186 or 11946660. OLE color: 11946660.
HSL color Cylindrical-coordinate representation of color #A44AB6: hue angle of 290º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44AB6 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 74 | 182 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.29 |
| HSL | 290º | 0.43% | 0.5% | - |
| HSV(B) | 290º | 0.59% | 0.71% | - |
| XYZ | 26.2 | 16.17 | 46 | - |
| YUV | 113.22 | 166.82 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 182 | 0.10 | 0.59 | 0 | 0.29 | 290 | 0.43 | 0.5 |
| Hex | A4 | 4A | B6 | A | 3B | 0 | 1D | 122 | 2B | 32 |
| Octal | 244 | 112 | 266 | 12 | 73 | 0 | 35 | 442 | 53 | 62 |
| Binary | 10100100 | 1001010 | 10110110 | 1010 | 111011 | 0 | 11101 | 100100010 | 101011 | 110010 |
Color Harmonies of #A44AB6
Complementary color
Monochromatic Colors of #A44AB6
Black with #A44AB6
Text Example
Text Example
White with #A44AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44AB6; }
p { color: rgb(164,74,182); }
H1.HeaderClassName
{
color: #A44AB6;
}
.AnyTagClassName
{
color: #A44AB6;
}
</style>
background-color css
<style>
a { background-color: #A44AB6; }
a { background-color: rgb(164,74,182); }
div.DivClassName
{
background-color: #A44AB6;
}
.BgClassName
{
background-color: #A44AB6;
}
</style>
border-color css
<style>
span { border-color: #A44AB6; }
span { border-color: rgb(164,74,182); }
td.TdClassName
{
border-color: #A44AB6;
}
.TagClassName
{
border-color: #A44AB6;
}
</style>