Shades of Deep Lilac #A050C8
Tints of Deep Lilac #A050C8
RGB
CMYK
RGB Variations
Color information
#A050C8 (or 0xA050C8) is known color: Deep Lilac. HEX triplet: A0, 50 and C8. RGB value is (160,80,200). Sum of RGB (Red+Green+Blue) = 160+80+200=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 200 - color contains mainly: blue. Hex color #A050C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A050C8 is #5FAF37. Grayscale: #757575. Windows color (decimal): -6270776 or 13127840. OLE color: 13127840.
HSL color Cylindrical-coordinate representation of color #A050C8: hue angle of 280º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A050C8 is Cyan = 0.2, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 80 | 200 | - |
| CMYK | 0.2 | 0.6 | 0 | 0.22 |
| HSL | 280º | 0.52% | 0.55% | - |
| HSV(B) | 280º | 0.6% | 0.78% | - |
| XYZ | 27.79 | 17.38 | 56.53 | - |
| YUV | 117.6 | 174.5 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 200 | 0.2 | 0.6 | 0 | 0.22 | 280 | 0.52 | 0.55 |
| Hex | A0 | 50 | C8 | 14 | 3C | 0 | 16 | 118 | 34 | 37 |
| Octal | 240 | 120 | 310 | 24 | 74 | 0 | 26 | 430 | 64 | 67 |
| Binary | 10100000 | 1010000 | 11001000 | 10100 | 111100 | 0 | 10110 | 100011000 | 110100 | 110111 |
Color Harmonies of #A050C8
Complementary color
Monochromatic Colors of #A050C8
Black with #A050C8
Text Example
Text Example
White with #A050C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A050C8; }
p { color: rgb(160,80,200); }
H1.HeaderClassName
{
color: #A050C8;
}
.AnyTagClassName
{
color: #A050C8;
}
</style>
background-color css
<style>
a { background-color: #A050C8; }
a { background-color: rgb(160,80,200); }
div.DivClassName
{
background-color: #A050C8;
}
.BgClassName
{
background-color: #A050C8;
}
</style>
border-color css
<style>
span { border-color: #A050C8; }
span { border-color: rgb(160,80,200); }
td.TdClassName
{
border-color: #A050C8;
}
.TagClassName
{
border-color: #A050C8;
}
</style>