Shades of Deep Lilac #A54FCB
Tints of Deep Lilac #A54FCB
RGB
CMYK
RGB Variations
Color information
#A54FCB (or 0xA54FCB) is known color: Deep Lilac. HEX triplet: A5, 4F and CB. RGB value is (165,79,203). Sum of RGB (Red+Green+Blue) = 165+79+203=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #A54FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54FCB is #5AB034. Grayscale: #767676. Windows color (decimal): -5943349 or 13324197. OLE color: 13324197.
HSL color Cylindrical-coordinate representation of color #A54FCB: hue angle of 281.61º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A54FCB is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 79 | 203 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.20 |
| HSL | 281.61º | 0.54% | 0.55% | - |
| HSV(B) | 281.61º | 0.61% | 0.8% | - |
| XYZ | 29.09 | 17.9 | 58.42 | - |
| YUV | 118.85 | 175.49 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 203 | 0.19 | 0.61 | 0 | 0.20 | 281.61 | 0.54 | 0.55 |
| Hex | A5 | 4F | CB | 13 | 3D | 0 | 14 | 11A | 36 | 37 |
| Octal | 245 | 117 | 313 | 23 | 75 | 0 | 24 | 432 | 66 | 67 |
| Binary | 10100101 | 1001111 | 11001011 | 10011 | 111101 | 0 | 10100 | 100011010 | 110110 | 110111 |
Color Harmonies of #A54FCB
Complementary color
Monochromatic Colors of #A54FCB
Black with #A54FCB
Text Example
Text Example
White with #A54FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54FCB; }
p { color: rgb(165,79,203); }
H1.HeaderClassName
{
color: #A54FCB;
}
.AnyTagClassName
{
color: #A54FCB;
}
</style>
background-color css
<style>
a { background-color: #A54FCB; }
a { background-color: rgb(165,79,203); }
div.DivClassName
{
background-color: #A54FCB;
}
.BgClassName
{
background-color: #A54FCB;
}
</style>
border-color css
<style>
span { border-color: #A54FCB; }
span { border-color: rgb(165,79,203); }
td.TdClassName
{
border-color: #A54FCB;
}
.TagClassName
{
border-color: #A54FCB;
}
</style>