Shades of Deep Lilac #A046C8
Tints of Deep Lilac #A046C8
RGB
CMYK
RGB Variations
Color information
#A046C8 (or 0xA046C8) is known color: Deep Lilac. HEX triplet: A0, 46 and C8. RGB value is (160,70,200). Sum of RGB (Red+Green+Blue) = 160+70+200=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 200 - color contains mainly: blue. Hex color #A046C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A046C8 is #5FB937. Grayscale: #6F6F6F. Windows color (decimal): -6273336 or 13125280. OLE color: 13125280.
HSL color Cylindrical-coordinate representation of color #A046C8: hue angle of 281.54º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A046C8 is Cyan = 0.2, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 70 | 200 | - |
| CMYK | 0.2 | 0.65 | 0 | 0.22 |
| HSL | 281.54º | 0.54% | 0.53% | - |
| HSV(B) | 281.54º | 0.65% | 0.78% | - |
| XYZ | 27.11 | 16.02 | 56.31 | - |
| YUV | 111.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 200 | 0.2 | 0.65 | 0 | 0.22 | 281.54 | 0.54 | 0.53 |
| Hex | A0 | 46 | C8 | 14 | 41 | 0 | 16 | 11A | 36 | 35 |
| Octal | 240 | 106 | 310 | 24 | 101 | 0 | 26 | 432 | 66 | 65 |
| Binary | 10100000 | 1000110 | 11001000 | 10100 | 1000001 | 0 | 10110 | 100011010 | 110110 | 110101 |
Color Harmonies of #A046C8
Complementary color
Monochromatic Colors of #A046C8
Black with #A046C8
Text Example
Text Example
White with #A046C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A046C8; }
p { color: rgb(160,70,200); }
H1.HeaderClassName
{
color: #A046C8;
}
.AnyTagClassName
{
color: #A046C8;
}
</style>
background-color css
<style>
a { background-color: #A046C8; }
a { background-color: rgb(160,70,200); }
div.DivClassName
{
background-color: #A046C8;
}
.BgClassName
{
background-color: #A046C8;
}
</style>
border-color css
<style>
span { border-color: #A046C8; }
span { border-color: rgb(160,70,200); }
td.TdClassName
{
border-color: #A046C8;
}
.TagClassName
{
border-color: #A046C8;
}
</style>