Shades of Deep Lilac #A55ACC
Tints of Deep Lilac #A55ACC
RGB
CMYK
RGB Variations
Color information
#A55ACC (or 0xA55ACC) is known color: Deep Lilac. HEX triplet: A5, 5A and CC. RGB value is (165,90,204). Sum of RGB (Red+Green+Blue) = 165+90+204=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #A55ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55ACC is #5AA533. Grayscale: #7D7D7D. Windows color (decimal): -5940532 or 13392549. OLE color: 13392549.
HSL color Cylindrical-coordinate representation of color #A55ACC: hue angle of 279.47º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A55ACC is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 90 | 204 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.2 |
| HSL | 279.47º | 0.53% | 0.58% | - |
| HSV(B) | 279.47º | 0.56% | 0.8% | - |
| XYZ | 30.07 | 19.67 | 59.34 | - |
| YUV | 125.42 | 172.35 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 204 | 0.19 | 0.56 | 0 | 0.2 | 279.47 | 0.53 | 0.58 |
| Hex | A5 | 5A | CC | 13 | 38 | 0 | 14 | 117 | 35 | 3A |
| Octal | 245 | 132 | 314 | 23 | 70 | 0 | 24 | 427 | 65 | 72 |
| Binary | 10100101 | 1011010 | 11001100 | 10011 | 111000 | 0 | 10100 | 100010111 | 110101 | 111010 |
Color Harmonies of #A55ACC
Complementary color
Monochromatic Colors of #A55ACC
Black with #A55ACC
Text Example
Text Example
White with #A55ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55ACC; }
p { color: rgb(165,90,204); }
H1.HeaderClassName
{
color: #A55ACC;
}
.AnyTagClassName
{
color: #A55ACC;
}
</style>
background-color css
<style>
a { background-color: #A55ACC; }
a { background-color: rgb(165,90,204); }
div.DivClassName
{
background-color: #A55ACC;
}
.BgClassName
{
background-color: #A55ACC;
}
</style>
border-color css
<style>
span { border-color: #A55ACC; }
span { border-color: rgb(165,90,204); }
td.TdClassName
{
border-color: #A55ACC;
}
.TagClassName
{
border-color: #A55ACC;
}
</style>