Shades of Deep Lilac #A750CA
Tints of Deep Lilac #A750CA
RGB
CMYK
RGB Variations
Color information
#A750CA (or 0xA750CA) is known color: Deep Lilac. HEX triplet: A7, 50 and CA. RGB value is (167,80,202). Sum of RGB (Red+Green+Blue) = 167+80+202=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #A750CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A750CA is #58AF35. Grayscale: #777777. Windows color (decimal): -5812022 or 13258919. OLE color: 13258919.
HSL color Cylindrical-coordinate representation of color #A750CA: hue angle of 282.79º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A750CA is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 80 | 202 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.21 |
| HSL | 282.79º | 0.54% | 0.55% | - |
| HSV(B) | 282.79º | 0.6% | 0.79% | - |
| XYZ | 29.47 | 18.22 | 57.84 | - |
| YUV | 119.92 | 174.32 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 80 | 202 | 0.17 | 0.60 | 0 | 0.21 | 282.79 | 0.54 | 0.55 |
| Hex | A7 | 50 | CA | 11 | 3C | 0 | 15 | 11B | 36 | 37 |
| Octal | 247 | 120 | 312 | 21 | 74 | 0 | 25 | 433 | 66 | 67 |
| Binary | 10100111 | 1010000 | 11001010 | 10001 | 111100 | 0 | 10101 | 100011011 | 110110 | 110111 |
Color Harmonies of #A750CA
Complementary color
Monochromatic Colors of #A750CA
Black with #A750CA
Text Example
Text Example
White with #A750CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A750CA; }
p { color: rgb(167,80,202); }
H1.HeaderClassName
{
color: #A750CA;
}
.AnyTagClassName
{
color: #A750CA;
}
</style>
background-color css
<style>
a { background-color: #A750CA; }
a { background-color: rgb(167,80,202); }
div.DivClassName
{
background-color: #A750CA;
}
.BgClassName
{
background-color: #A750CA;
}
</style>
border-color css
<style>
span { border-color: #A750CA; }
span { border-color: rgb(167,80,202); }
td.TdClassName
{
border-color: #A750CA;
}
.TagClassName
{
border-color: #A750CA;
}
</style>