Shades of Deep Lilac #A048C2
Tints of Deep Lilac #A048C2
RGB
CMYK
RGB Variations
Color information
#A048C2 (or 0xA048C2) is known color: Deep Lilac. HEX triplet: A0, 48 and C2. RGB value is (160,72,194). Sum of RGB (Red+Green+Blue) = 160+72+194=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 194 - color contains mainly: blue. Hex color #A048C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A048C2 is #5FB73D. Grayscale: #6F6F6F. Windows color (decimal): -6272830 or 12732576. OLE color: 12732576.
HSL color Cylindrical-coordinate representation of color #A048C2: hue angle of 283.28º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A048C2 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 72 | 194 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.24 |
| HSL | 283.28º | 0.5% | 0.52% | - |
| HSV(B) | 283.28º | 0.63% | 0.76% | - |
| XYZ | 26.55 | 16 | 52.73 | - |
| YUV | 112.22 | 174.15 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 194 | 0.18 | 0.63 | 0 | 0.24 | 283.28 | 0.5 | 0.52 |
| Hex | A0 | 48 | C2 | 12 | 3F | 0 | 18 | 11B | 32 | 34 |
| Octal | 240 | 110 | 302 | 22 | 77 | 0 | 30 | 433 | 62 | 64 |
| Binary | 10100000 | 1001000 | 11000010 | 10010 | 111111 | 0 | 11000 | 100011011 | 110010 | 110100 |
Color Harmonies of #A048C2
Complementary color
Monochromatic Colors of #A048C2
Black with #A048C2
Text Example
Text Example
White with #A048C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A048C2; }
p { color: rgb(160,72,194); }
H1.HeaderClassName
{
color: #A048C2;
}
.AnyTagClassName
{
color: #A048C2;
}
</style>
background-color css
<style>
a { background-color: #A048C2; }
a { background-color: rgb(160,72,194); }
div.DivClassName
{
background-color: #A048C2;
}
.BgClassName
{
background-color: #A048C2;
}
</style>
border-color css
<style>
span { border-color: #A048C2; }
span { border-color: rgb(160,72,194); }
td.TdClassName
{
border-color: #A048C2;
}
.TagClassName
{
border-color: #A048C2;
}
</style>