Shades of Deep Lilac #A755CA
Tints of Deep Lilac #A755CA
RGB
CMYK
RGB Variations
Color information
#A755CA (or 0xA755CA) is known color: Deep Lilac. HEX triplet: A7, 55 and CA. RGB value is (167,85,202). Sum of RGB (Red+Green+Blue) = 167+85+202=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #A755CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A755CA is #58AA35. Grayscale: #7A7A7A. Windows color (decimal): -5810742 or 13260199. OLE color: 13260199.
HSL color Cylindrical-coordinate representation of color #A755CA: hue angle of 282.05º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A755CA is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 85 | 202 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.21 |
| HSL | 282.05º | 0.52% | 0.56% | - |
| HSV(B) | 282.05º | 0.58% | 0.79% | - |
| XYZ | 29.85 | 18.98 | 57.97 | - |
| YUV | 122.86 | 172.67 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 85 | 202 | 0.17 | 0.58 | 0 | 0.21 | 282.05 | 0.52 | 0.56 |
| Hex | A7 | 55 | CA | 11 | 3A | 0 | 15 | 11A | 34 | 38 |
| Octal | 247 | 125 | 312 | 21 | 72 | 0 | 25 | 432 | 64 | 70 |
| Binary | 10100111 | 1010101 | 11001010 | 10001 | 111010 | 0 | 10101 | 100011010 | 110100 | 111000 |
Color Harmonies of #A755CA
Complementary color
Monochromatic Colors of #A755CA
Black with #A755CA
Text Example
Text Example
White with #A755CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A755CA; }
p { color: rgb(167,85,202); }
H1.HeaderClassName
{
color: #A755CA;
}
.AnyTagClassName
{
color: #A755CA;
}
</style>
background-color css
<style>
a { background-color: #A755CA; }
a { background-color: rgb(167,85,202); }
div.DivClassName
{
background-color: #A755CA;
}
.BgClassName
{
background-color: #A755CA;
}
</style>
border-color css
<style>
span { border-color: #A755CA; }
span { border-color: rgb(167,85,202); }
td.TdClassName
{
border-color: #A755CA;
}
.TagClassName
{
border-color: #A755CA;
}
</style>