Shades of Deep Lilac #A54CCE
Tints of Deep Lilac #A54CCE
RGB
CMYK
RGB Variations
Color information
#A54CCE (or 0xA54CCE) is known color: Deep Lilac. HEX triplet: A5, 4C and CE. RGB value is (165,76,206). Sum of RGB (Red+Green+Blue) = 165+76+206=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #A54CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54CCE is #5AB331. Grayscale: #757575. Windows color (decimal): -5944114 or 13520037. OLE color: 13520037.
HSL color Cylindrical-coordinate representation of color #A54CCE: hue angle of 281.08º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A54CCE is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 76 | 206 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.19 |
| HSL | 281.08º | 0.57% | 0.55% | - |
| HSV(B) | 281.08º | 0.63% | 0.81% | - |
| XYZ | 29.24 | 17.62 | 60.25 | - |
| YUV | 117.43 | 177.99 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 206 | 0.20 | 0.63 | 0 | 0.19 | 281.08 | 0.57 | 0.55 |
| Hex | A5 | 4C | CE | 14 | 3F | 0 | 13 | 119 | 39 | 37 |
| Octal | 245 | 114 | 316 | 24 | 77 | 0 | 23 | 431 | 71 | 67 |
| Binary | 10100101 | 1001100 | 11001110 | 10100 | 111111 | 0 | 10011 | 100011001 | 111001 | 110111 |
Color Harmonies of #A54CCE
Complementary color
Monochromatic Colors of #A54CCE
Black with #A54CCE
Text Example
Text Example
White with #A54CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54CCE; }
p { color: rgb(165,76,206); }
H1.HeaderClassName
{
color: #A54CCE;
}
.AnyTagClassName
{
color: #A54CCE;
}
</style>
background-color css
<style>
a { background-color: #A54CCE; }
a { background-color: rgb(165,76,206); }
div.DivClassName
{
background-color: #A54CCE;
}
.BgClassName
{
background-color: #A54CCE;
}
</style>
border-color css
<style>
span { border-color: #A54CCE; }
span { border-color: rgb(165,76,206); }
td.TdClassName
{
border-color: #A54CCE;
}
.TagClassName
{
border-color: #A54CCE;
}
</style>