Shades of Deep Lilac #A54BBC
Tints of Deep Lilac #A54BBC
RGB
CMYK
RGB Variations
Color information
#A54BBC (or 0xA54BBC) is known color: Deep Lilac. HEX triplet: A5, 4B and BC. RGB value is (165,75,188). Sum of RGB (Red+Green+Blue) = 165+75+188=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #A54BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54BBC is #5AB443. Grayscale: #727272. Windows color (decimal): -5944388 or 12340133. OLE color: 12340133.
HSL color Cylindrical-coordinate representation of color #A54BBC: hue angle of 287.79º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A54BBC is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 75 | 188 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.26 |
| HSL | 287.79º | 0.46% | 0.52% | - |
| HSV(B) | 287.79º | 0.6% | 0.74% | - |
| XYZ | 27.11 | 16.66 | 49.36 | - |
| YUV | 114.79 | 169.32 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 75 | 188 | 0.12 | 0.60 | 0 | 0.26 | 287.79 | 0.46 | 0.52 |
| Hex | A5 | 4B | BC | C | 3C | 0 | 1A | 120 | 2E | 34 |
| Octal | 245 | 113 | 274 | 14 | 74 | 0 | 32 | 440 | 56 | 64 |
| Binary | 10100101 | 1001011 | 10111100 | 1100 | 111100 | 0 | 11010 | 100100000 | 101110 | 110100 |
Color Harmonies of #A54BBC
Complementary color
Monochromatic Colors of #A54BBC
Black with #A54BBC
Text Example
Text Example
White with #A54BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54BBC; }
p { color: rgb(165,75,188); }
H1.HeaderClassName
{
color: #A54BBC;
}
.AnyTagClassName
{
color: #A54BBC;
}
</style>
background-color css
<style>
a { background-color: #A54BBC; }
a { background-color: rgb(165,75,188); }
div.DivClassName
{
background-color: #A54BBC;
}
.BgClassName
{
background-color: #A54BBC;
}
</style>
border-color css
<style>
span { border-color: #A54BBC; }
span { border-color: rgb(165,75,188); }
td.TdClassName
{
border-color: #A54BBC;
}
.TagClassName
{
border-color: #A54BBC;
}
</style>