Shades of Deep Lilac #A044AF
Tints of Deep Lilac #A044AF
RGB
CMYK
RGB Variations
Color information
#A044AF (or 0xA044AF) is known color: Deep Lilac. HEX triplet: A0, 44 and AF. RGB value is (160,68,175). Sum of RGB (Red+Green+Blue) = 160+68+175=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #A044AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A044AF is #5FBB50. Grayscale: #6B6B6B. Windows color (decimal): -6273873 or 11486368. OLE color: 11486368.
HSL color Cylindrical-coordinate representation of color #A044AF: hue angle of 291.59º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A044AF is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 68 | 175 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.31 |
| HSL | 291.59º | 0.44% | 0.48% | - |
| HSV(B) | 291.59º | 0.61% | 0.69% | - |
| XYZ | 24.3 | 14.7 | 42.11 | - |
| YUV | 107.71 | 165.98 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 175 | 0.09 | 0.61 | 0 | 0.31 | 291.59 | 0.44 | 0.48 |
| Hex | A0 | 44 | AF | 9 | 3D | 0 | 1F | 124 | 2C | 30 |
| Octal | 240 | 104 | 257 | 11 | 75 | 0 | 37 | 444 | 54 | 60 |
| Binary | 10100000 | 1000100 | 10101111 | 1001 | 111101 | 0 | 11111 | 100100100 | 101100 | 110000 |
Color Harmonies of #A044AF
Complementary color
Monochromatic Colors of #A044AF
Black with #A044AF
Text Example
Text Example
White with #A044AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A044AF; }
p { color: rgb(160,68,175); }
H1.HeaderClassName
{
color: #A044AF;
}
.AnyTagClassName
{
color: #A044AF;
}
</style>
background-color css
<style>
a { background-color: #A044AF; }
a { background-color: rgb(160,68,175); }
div.DivClassName
{
background-color: #A044AF;
}
.BgClassName
{
background-color: #A044AF;
}
</style>
border-color css
<style>
span { border-color: #A044AF; }
span { border-color: rgb(160,68,175); }
td.TdClassName
{
border-color: #A044AF;
}
.TagClassName
{
border-color: #A044AF;
}
</style>