Shades of Deep Lilac #A54ACE
Tints of Deep Lilac #A54ACE
RGB
CMYK
RGB Variations
Color information
#A54ACE (or 0xA54ACE) is known color: Deep Lilac. HEX triplet: A5, 4A and CE. RGB value is (165,74,206). Sum of RGB (Red+Green+Blue) = 165+74+206=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #A54ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54ACE is #5AB531. Grayscale: #737373. Windows color (decimal): -5944626 or 13519525. OLE color: 13519525.
HSL color Cylindrical-coordinate representation of color #A54ACE: hue angle of 281.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A54ACE is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 74 | 206 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.19 |
| HSL | 281.36º | 0.57% | 0.55% | - |
| HSV(B) | 281.36º | 0.64% | 0.81% | - |
| XYZ | 29.11 | 17.35 | 60.21 | - |
| YUV | 116.26 | 178.65 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 74 | 206 | 0.20 | 0.64 | 0 | 0.19 | 281.36 | 0.57 | 0.55 |
| Hex | A5 | 4A | CE | 14 | 40 | 0 | 13 | 119 | 39 | 37 |
| Octal | 245 | 112 | 316 | 24 | 100 | 0 | 23 | 431 | 71 | 67 |
| Binary | 10100101 | 1001010 | 11001110 | 10100 | 1000000 | 0 | 10011 | 100011001 | 111001 | 110111 |
Color Harmonies of #A54ACE
Complementary color
Monochromatic Colors of #A54ACE
Black with #A54ACE
Text Example
Text Example
White with #A54ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54ACE; }
p { color: rgb(165,74,206); }
H1.HeaderClassName
{
color: #A54ACE;
}
.AnyTagClassName
{
color: #A54ACE;
}
</style>
background-color css
<style>
a { background-color: #A54ACE; }
a { background-color: rgb(165,74,206); }
div.DivClassName
{
background-color: #A54ACE;
}
.BgClassName
{
background-color: #A54ACE;
}
</style>
border-color css
<style>
span { border-color: #A54ACE; }
span { border-color: rgb(165,74,206); }
td.TdClassName
{
border-color: #A54ACE;
}
.TagClassName
{
border-color: #A54ACE;
}
</style>