Shades of Deep Lilac #A048C1
Tints of Deep Lilac #A048C1
RGB
CMYK
RGB Variations
Color information
#A048C1 (or 0xA048C1) is known color: Deep Lilac. HEX triplet: A0, 48 and C1. RGB value is (160,72,193). Sum of RGB (Red+Green+Blue) = 160+72+193=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 193 - color contains mainly: blue. Hex color #A048C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A048C1 is #5FB73E. Grayscale: #6F6F6F. Windows color (decimal): -6272831 or 12667040. OLE color: 12667040.
HSL color Cylindrical-coordinate representation of color #A048C1: hue angle of 283.64º degrees, saturation: 0.49, 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 #A048C1 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 72 | 193 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.24 |
| HSL | 283.64º | 0.49% | 0.52% | - |
| HSV(B) | 283.64º | 0.63% | 0.76% | - |
| XYZ | 26.44 | 15.96 | 52.14 | - |
| YUV | 112.11 | 173.65 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 193 | 0.17 | 0.63 | 0 | 0.24 | 283.64 | 0.49 | 0.52 |
| Hex | A0 | 48 | C1 | 11 | 3F | 0 | 18 | 11C | 31 | 34 |
| Octal | 240 | 110 | 301 | 21 | 77 | 0 | 30 | 434 | 61 | 64 |
| Binary | 10100000 | 1001000 | 11000001 | 10001 | 111111 | 0 | 11000 | 100011100 | 110001 | 110100 |
Color Harmonies of #A048C1
Complementary color
Monochromatic Colors of #A048C1
Black with #A048C1
Text Example
Text Example
White with #A048C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A048C1; }
p { color: rgb(160,72,193); }
H1.HeaderClassName
{
color: #A048C1;
}
.AnyTagClassName
{
color: #A048C1;
}
</style>
background-color css
<style>
a { background-color: #A048C1; }
a { background-color: rgb(160,72,193); }
div.DivClassName
{
background-color: #A048C1;
}
.BgClassName
{
background-color: #A048C1;
}
</style>
border-color css
<style>
span { border-color: #A048C1; }
span { border-color: rgb(160,72,193); }
td.TdClassName
{
border-color: #A048C1;
}
.TagClassName
{
border-color: #A048C1;
}
</style>