Shades of Deep Lilac #A048C6
Tints of Deep Lilac #A048C6
RGB
CMYK
RGB Variations
Color information
#A048C6 (or 0xA048C6) is known color: Deep Lilac. HEX triplet: A0, 48 and C6. RGB value is (160,72,198). Sum of RGB (Red+Green+Blue) = 160+72+198=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 198 - color contains mainly: blue. Hex color #A048C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A048C6 is #5FB739. Grayscale: #707070. Windows color (decimal): -6272826 or 12994720. OLE color: 12994720.
HSL color Cylindrical-coordinate representation of color #A048C6: hue angle of 281.9º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A048C6 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 72 | 198 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.22 |
| HSL | 281.9º | 0.53% | 0.53% | - |
| HSV(B) | 281.9º | 0.64% | 0.78% | - |
| XYZ | 27.01 | 16.19 | 55.13 | - |
| YUV | 112.68 | 176.15 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 198 | 0.19 | 0.64 | 0 | 0.22 | 281.9 | 0.53 | 0.53 |
| Hex | A0 | 48 | C6 | 13 | 40 | 0 | 16 | 11A | 34 | 35 |
| Octal | 240 | 110 | 306 | 23 | 100 | 0 | 26 | 432 | 64 | 65 |
| Binary | 10100000 | 1001000 | 11000110 | 10011 | 1000000 | 0 | 10110 | 100011010 | 110100 | 110101 |
Color Harmonies of #A048C6
Complementary color
Monochromatic Colors of #A048C6
Black with #A048C6
Text Example
Text Example
White with #A048C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A048C6; }
p { color: rgb(160,72,198); }
H1.HeaderClassName
{
color: #A048C6;
}
.AnyTagClassName
{
color: #A048C6;
}
</style>
background-color css
<style>
a { background-color: #A048C6; }
a { background-color: rgb(160,72,198); }
div.DivClassName
{
background-color: #A048C6;
}
.BgClassName
{
background-color: #A048C6;
}
</style>
border-color css
<style>
span { border-color: #A048C6; }
span { border-color: rgb(160,72,198); }
td.TdClassName
{
border-color: #A048C6;
}
.TagClassName
{
border-color: #A048C6;
}
</style>