Shades of Deep Lilac #A54ACD
Tints of Deep Lilac #A54ACD
RGB
CMYK
RGB Variations
Color information
#A54ACD (or 0xA54ACD) is known color: Deep Lilac. HEX triplet: A5, 4A and CD. RGB value is (165,74,205). Sum of RGB (Red+Green+Blue) = 165+74+205=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #A54ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54ACD is #5AB532. Grayscale: #737373. Windows color (decimal): -5944627 or 13453989. OLE color: 13453989.
HSL color Cylindrical-coordinate representation of color #A54ACD: hue angle of 281.68º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A54ACD is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 74 | 205 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.20 |
| HSL | 281.68º | 0.57% | 0.55% | - |
| HSV(B) | 281.68º | 0.64% | 0.8% | - |
| XYZ | 28.99 | 17.3 | 59.57 | - |
| YUV | 116.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 74 | 205 | 0.20 | 0.64 | 0 | 0.20 | 281.68 | 0.57 | 0.55 |
| Hex | A5 | 4A | CD | 14 | 40 | 0 | 14 | 11A | 39 | 37 |
| Octal | 245 | 112 | 315 | 24 | 100 | 0 | 24 | 432 | 71 | 67 |
| Binary | 10100101 | 1001010 | 11001101 | 10100 | 1000000 | 0 | 10100 | 100011010 | 111001 | 110111 |
Color Harmonies of #A54ACD
Complementary color
Monochromatic Colors of #A54ACD
Black with #A54ACD
Text Example
Text Example
White with #A54ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54ACD; }
p { color: rgb(165,74,205); }
H1.HeaderClassName
{
color: #A54ACD;
}
.AnyTagClassName
{
color: #A54ACD;
}
</style>
background-color css
<style>
a { background-color: #A54ACD; }
a { background-color: rgb(165,74,205); }
div.DivClassName
{
background-color: #A54ACD;
}
.BgClassName
{
background-color: #A54ACD;
}
</style>
border-color css
<style>
span { border-color: #A54ACD; }
span { border-color: rgb(165,74,205); }
td.TdClassName
{
border-color: #A54ACD;
}
.TagClassName
{
border-color: #A54ACD;
}
</style>