Shades of Deep Lilac #A54CCA
Tints of Deep Lilac #A54CCA
RGB
CMYK
RGB Variations
Color information
#A54CCA (or 0xA54CCA) is known color: Deep Lilac. HEX triplet: A5, 4C and CA. RGB value is (165,76,202). Sum of RGB (Red+Green+Blue) = 165+76+202=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #A54CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54CCA is #5AB335. Grayscale: #747474. Windows color (decimal): -5944118 or 13257893. OLE color: 13257893.
HSL color Cylindrical-coordinate representation of color #A54CCA: hue angle of 282.38º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A54CCA is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 76 | 202 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.21 |
| HSL | 282.38º | 0.54% | 0.55% | - |
| HSV(B) | 282.38º | 0.62% | 0.79% | - |
| XYZ | 28.76 | 17.43 | 57.73 | - |
| YUV | 116.98 | 175.99 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 202 | 0.18 | 0.62 | 0 | 0.21 | 282.38 | 0.54 | 0.55 |
| Hex | A5 | 4C | CA | 12 | 3E | 0 | 15 | 11A | 36 | 37 |
| Octal | 245 | 114 | 312 | 22 | 76 | 0 | 25 | 432 | 66 | 67 |
| Binary | 10100101 | 1001100 | 11001010 | 10010 | 111110 | 0 | 10101 | 100011010 | 110110 | 110111 |
Color Harmonies of #A54CCA
Complementary color
Monochromatic Colors of #A54CCA
Black with #A54CCA
Text Example
Text Example
White with #A54CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54CCA; }
p { color: rgb(165,76,202); }
H1.HeaderClassName
{
color: #A54CCA;
}
.AnyTagClassName
{
color: #A54CCA;
}
</style>
background-color css
<style>
a { background-color: #A54CCA; }
a { background-color: rgb(165,76,202); }
div.DivClassName
{
background-color: #A54CCA;
}
.BgClassName
{
background-color: #A54CCA;
}
</style>
border-color css
<style>
span { border-color: #A54CCA; }
span { border-color: rgb(165,76,202); }
td.TdClassName
{
border-color: #A54CCA;
}
.TagClassName
{
border-color: #A54CCA;
}
</style>