Shades of Deep Lilac #A54CCC
Tints of Deep Lilac #A54CCC
RGB
CMYK
RGB Variations
Color information
#A54CCC (or 0xA54CCC) is known color: Deep Lilac. HEX triplet: A5, 4C and CC. RGB value is (165,76,204). Sum of RGB (Red+Green+Blue) = 165+76+204=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #A54CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54CCC is #5AB333. Grayscale: #747474. Windows color (decimal): -5944116 or 13388965. OLE color: 13388965.
HSL color Cylindrical-coordinate representation of color #A54CCC: hue angle of 281.72º 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 #A54CCC is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 76 | 204 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.2 |
| HSL | 281.72º | 0.56% | 0.55% | - |
| HSV(B) | 281.72º | 0.63% | 0.8% | - |
| XYZ | 29 | 17.53 | 58.98 | - |
| YUV | 117.2 | 176.99 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 204 | 0.19 | 0.63 | 0 | 0.2 | 281.72 | 0.56 | 0.55 |
| Hex | A5 | 4C | CC | 13 | 3F | 0 | 14 | 11A | 38 | 37 |
| Octal | 245 | 114 | 314 | 23 | 77 | 0 | 24 | 432 | 70 | 67 |
| Binary | 10100101 | 1001100 | 11001100 | 10011 | 111111 | 0 | 10100 | 100011010 | 111000 | 110111 |
Color Harmonies of #A54CCC
Complementary color
Monochromatic Colors of #A54CCC
Black with #A54CCC
Text Example
Text Example
White with #A54CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54CCC; }
p { color: rgb(165,76,204); }
H1.HeaderClassName
{
color: #A54CCC;
}
.AnyTagClassName
{
color: #A54CCC;
}
</style>
background-color css
<style>
a { background-color: #A54CCC; }
a { background-color: rgb(165,76,204); }
div.DivClassName
{
background-color: #A54CCC;
}
.BgClassName
{
background-color: #A54CCC;
}
</style>
border-color css
<style>
span { border-color: #A54CCC; }
span { border-color: rgb(165,76,204); }
td.TdClassName
{
border-color: #A54CCC;
}
.TagClassName
{
border-color: #A54CCC;
}
</style>