Shades of Deep Lilac #A044C3
Tints of Deep Lilac #A044C3
RGB
CMYK
RGB Variations
Color information
#A044C3 (or 0xA044C3) is known color: Deep Lilac. HEX triplet: A0, 44 and C3. RGB value is (160,68,195). Sum of RGB (Red+Green+Blue) = 160+68+195=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 195 (76.56% from 255 or 46.10% from 423); Max value from RGB is 195 - color contains mainly: blue. Hex color #A044C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044C3 is #5FBB3C. Grayscale: #6D6D6D. Windows color (decimal): -6273853 or 12797088. OLE color: 12797088.
HSL color Cylindrical-coordinate representation of color #A044C3: hue angle of 283.46º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A044C3 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 68 | 195 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.24 |
| HSL | 283.46º | 0.51% | 0.52% | - |
| HSV(B) | 283.46º | 0.65% | 0.76% | - |
| XYZ | 26.41 | 15.55 | 53.24 | - |
| YUV | 109.99 | 175.98 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 195 | 0.18 | 0.65 | 0 | 0.24 | 283.46 | 0.51 | 0.52 |
| Hex | A0 | 44 | C3 | 12 | 41 | 0 | 18 | 11B | 33 | 34 |
| Octal | 240 | 104 | 303 | 22 | 101 | 0 | 30 | 433 | 63 | 64 |
| Binary | 10100000 | 1000100 | 11000011 | 10010 | 1000001 | 0 | 11000 | 100011011 | 110011 | 110100 |
Color Harmonies of #A044C3
Complementary color
Monochromatic Colors of #A044C3
Black with #A044C3
Text Example
Text Example
White with #A044C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A044C3; }
p { color: rgb(160,68,195); }
H1.HeaderClassName
{
color: #A044C3;
}
.AnyTagClassName
{
color: #A044C3;
}
</style>
background-color css
<style>
a { background-color: #A044C3; }
a { background-color: rgb(160,68,195); }
div.DivClassName
{
background-color: #A044C3;
}
.BgClassName
{
background-color: #A044C3;
}
</style>
border-color css
<style>
span { border-color: #A044C3; }
span { border-color: rgb(160,68,195); }
td.TdClassName
{
border-color: #A044C3;
}
.TagClassName
{
border-color: #A044C3;
}
</style>