Shades of Deep Lilac #A54CCD
Tints of Deep Lilac #A54CCD
RGB
CMYK
RGB Variations
Color information
#A54CCD (or 0xA54CCD) is known color: Deep Lilac. HEX triplet: A5, 4C and CD. RGB value is (165,76,205). Sum of RGB (Red+Green+Blue) = 165+76+205=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #A54CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54CCD is #5AB332. Grayscale: #747474. Windows color (decimal): -5944115 or 13454501. OLE color: 13454501.
HSL color Cylindrical-coordinate representation of color #A54CCD: hue angle of 281.4º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A54CCD is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 76 | 205 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.20 |
| HSL | 281.4º | 0.56% | 0.55% | - |
| HSV(B) | 281.4º | 0.63% | 0.8% | - |
| XYZ | 29.12 | 17.58 | 59.62 | - |
| YUV | 117.32 | 177.49 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 205 | 0.20 | 0.63 | 0 | 0.20 | 281.4 | 0.56 | 0.55 |
| Hex | A5 | 4C | CD | 14 | 3F | 0 | 14 | 119 | 38 | 37 |
| Octal | 245 | 114 | 315 | 24 | 77 | 0 | 24 | 431 | 70 | 67 |
| Binary | 10100101 | 1001100 | 11001101 | 10100 | 111111 | 0 | 10100 | 100011001 | 111000 | 110111 |
Color Harmonies of #A54CCD
Complementary color
Monochromatic Colors of #A54CCD
Black with #A54CCD
Text Example
Text Example
White with #A54CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54CCD; }
p { color: rgb(165,76,205); }
H1.HeaderClassName
{
color: #A54CCD;
}
.AnyTagClassName
{
color: #A54CCD;
}
</style>
background-color css
<style>
a { background-color: #A54CCD; }
a { background-color: rgb(165,76,205); }
div.DivClassName
{
background-color: #A54CCD;
}
.BgClassName
{
background-color: #A54CCD;
}
</style>
border-color css
<style>
span { border-color: #A54CCD; }
span { border-color: rgb(165,76,205); }
td.TdClassName
{
border-color: #A54CCD;
}
.TagClassName
{
border-color: #A54CCD;
}
</style>