Shades of Deep Lilac #A755C8
Tints of Deep Lilac #A755C8
RGB
CMYK
RGB Variations
Color information
#A755C8 (or 0xA755C8) is known color: Deep Lilac. HEX triplet: A7, 55 and C8. RGB value is (167,85,200). Sum of RGB (Red+Green+Blue) = 167+85+200=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 200 - color contains mainly: blue. Hex color #A755C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A755C8 is #58AA37. Grayscale: #7A7A7A. Windows color (decimal): -5810744 or 13129127. OLE color: 13129127.
HSL color Cylindrical-coordinate representation of color #A755C8: hue angle of 282.78º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A755C8 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 85 | 200 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.22 |
| HSL | 282.78º | 0.51% | 0.56% | - |
| HSV(B) | 282.78º | 0.58% | 0.78% | - |
| XYZ | 29.61 | 18.88 | 56.73 | - |
| YUV | 122.63 | 171.67 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 85 | 200 | 0.16 | 0.58 | 0 | 0.22 | 282.78 | 0.51 | 0.56 |
| Hex | A7 | 55 | C8 | 10 | 3A | 0 | 16 | 11B | 33 | 38 |
| Octal | 247 | 125 | 310 | 20 | 72 | 0 | 26 | 433 | 63 | 70 |
| Binary | 10100111 | 1010101 | 11001000 | 10000 | 111010 | 0 | 10110 | 100011011 | 110011 | 111000 |
Color Harmonies of #A755C8
Complementary color
Monochromatic Colors of #A755C8
Black with #A755C8
Text Example
Text Example
White with #A755C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A755C8; }
p { color: rgb(167,85,200); }
H1.HeaderClassName
{
color: #A755C8;
}
.AnyTagClassName
{
color: #A755C8;
}
</style>
background-color css
<style>
a { background-color: #A755C8; }
a { background-color: rgb(167,85,200); }
div.DivClassName
{
background-color: #A755C8;
}
.BgClassName
{
background-color: #A755C8;
}
</style>
border-color css
<style>
span { border-color: #A755C8; }
span { border-color: rgb(167,85,200); }
td.TdClassName
{
border-color: #A755C8;
}
.TagClassName
{
border-color: #A755C8;
}
</style>