Shades of Deep Lilac #A759CA
Tints of Deep Lilac #A759CA
RGB
CMYK
RGB Variations
Color information
#A759CA (or 0xA759CA) is known color: Deep Lilac. HEX triplet: A7, 59 and CA. RGB value is (167,89,202). Sum of RGB (Red+Green+Blue) = 167+89+202=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #A759CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A759CA is #58A635. Grayscale: #7C7C7C. Windows color (decimal): -5809718 or 13261223. OLE color: 13261223.
HSL color Cylindrical-coordinate representation of color #A759CA: hue angle of 281.42º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A759CA is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 89 | 202 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.21 |
| HSL | 281.42º | 0.52% | 0.57% | - |
| HSV(B) | 281.42º | 0.56% | 0.79% | - |
| XYZ | 30.17 | 19.62 | 58.07 | - |
| YUV | 125.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 89 | 202 | 0.17 | 0.56 | 0 | 0.21 | 281.42 | 0.52 | 0.57 |
| Hex | A7 | 59 | CA | 11 | 38 | 0 | 15 | 119 | 34 | 39 |
| Octal | 247 | 131 | 312 | 21 | 70 | 0 | 25 | 431 | 64 | 71 |
| Binary | 10100111 | 1011001 | 11001010 | 10001 | 111000 | 0 | 10101 | 100011001 | 110100 | 111001 |
Color Harmonies of #A759CA
Complementary color
Monochromatic Colors of #A759CA
Black with #A759CA
Text Example
Text Example
White with #A759CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A759CA; }
p { color: rgb(167,89,202); }
H1.HeaderClassName
{
color: #A759CA;
}
.AnyTagClassName
{
color: #A759CA;
}
</style>
background-color css
<style>
a { background-color: #A759CA; }
a { background-color: rgb(167,89,202); }
div.DivClassName
{
background-color: #A759CA;
}
.BgClassName
{
background-color: #A759CA;
}
</style>
border-color css
<style>
span { border-color: #A759CA; }
span { border-color: rgb(167,89,202); }
td.TdClassName
{
border-color: #A759CA;
}
.TagClassName
{
border-color: #A759CA;
}
</style>