Shades of Deep Lilac #A757CB
Tints of Deep Lilac #A757CB
RGB
CMYK
RGB Variations
Color information
#A757CB (or 0xA757CB) is known color: Deep Lilac. HEX triplet: A7, 57 and CB. RGB value is (167,87,203). Sum of RGB (Red+Green+Blue) = 167+87+203=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #A757CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A757CB is #58A834. Grayscale: #7B7B7B. Windows color (decimal): -5810229 or 13326247. OLE color: 13326247.
HSL color Cylindrical-coordinate representation of color #A757CB: hue angle of 281.38º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A757CB is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 87 | 203 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.20 |
| HSL | 281.38º | 0.53% | 0.57% | - |
| HSV(B) | 281.38º | 0.57% | 0.8% | - |
| XYZ | 30.12 | 19.34 | 58.65 | - |
| YUV | 124.14 | 172.5 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 87 | 203 | 0.18 | 0.57 | 0 | 0.20 | 281.38 | 0.53 | 0.57 |
| Hex | A7 | 57 | CB | 12 | 39 | 0 | 14 | 119 | 35 | 39 |
| Octal | 247 | 127 | 313 | 22 | 71 | 0 | 24 | 431 | 65 | 71 |
| Binary | 10100111 | 1010111 | 11001011 | 10010 | 111001 | 0 | 10100 | 100011001 | 110101 | 111001 |
Color Harmonies of #A757CB
Complementary color
Monochromatic Colors of #A757CB
Black with #A757CB
Text Example
Text Example
White with #A757CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A757CB; }
p { color: rgb(167,87,203); }
H1.HeaderClassName
{
color: #A757CB;
}
.AnyTagClassName
{
color: #A757CB;
}
</style>
background-color css
<style>
a { background-color: #A757CB; }
a { background-color: rgb(167,87,203); }
div.DivClassName
{
background-color: #A757CB;
}
.BgClassName
{
background-color: #A757CB;
}
</style>
border-color css
<style>
span { border-color: #A757CB; }
span { border-color: rgb(167,87,203); }
td.TdClassName
{
border-color: #A757CB;
}
.TagClassName
{
border-color: #A757CB;
}
</style>