Shades of Deep Lilac #A55CCA
Tints of Deep Lilac #A55CCA
RGB
CMYK
RGB Variations
Color information
#A55CCA (or 0xA55CCA) is known color: Deep Lilac. HEX triplet: A5, 5C and CA. RGB value is (165,92,202). Sum of RGB (Red+Green+Blue) = 165+92+202=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #A55CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CCA is #5AA335. Grayscale: #7E7E7E. Windows color (decimal): -5940022 or 13261989. OLE color: 13261989.
HSL color Cylindrical-coordinate representation of color #A55CCA: hue angle of 279.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A55CCA is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 92 | 202 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.21 |
| HSL | 279.82º | 0.51% | 0.58% | - |
| HSV(B) | 279.82º | 0.54% | 0.79% | - |
| XYZ | 30 | 19.92 | 58.14 | - |
| YUV | 126.37 | 170.68 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 202 | 0.18 | 0.54 | 0 | 0.21 | 279.82 | 0.51 | 0.58 |
| Hex | A5 | 5C | CA | 12 | 36 | 0 | 15 | 118 | 33 | 3A |
| Octal | 245 | 134 | 312 | 22 | 66 | 0 | 25 | 430 | 63 | 72 |
| Binary | 10100101 | 1011100 | 11001010 | 10010 | 110110 | 0 | 10101 | 100011000 | 110011 | 111010 |
Color Harmonies of #A55CCA
Complementary color
Monochromatic Colors of #A55CCA
Black with #A55CCA
Text Example
Text Example
White with #A55CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55CCA; }
p { color: rgb(165,92,202); }
H1.HeaderClassName
{
color: #A55CCA;
}
.AnyTagClassName
{
color: #A55CCA;
}
</style>
background-color css
<style>
a { background-color: #A55CCA; }
a { background-color: rgb(165,92,202); }
div.DivClassName
{
background-color: #A55CCA;
}
.BgClassName
{
background-color: #A55CCA;
}
</style>
border-color css
<style>
span { border-color: #A55CCA; }
span { border-color: rgb(165,92,202); }
td.TdClassName
{
border-color: #A55CCA;
}
.TagClassName
{
border-color: #A55CCA;
}
</style>