Shades of Deep Lilac #A54FB5
Tints of Deep Lilac #A54FB5
RGB
CMYK
RGB Variations
Color information
#A54FB5 (or 0xA54FB5) is known color: Deep Lilac. HEX triplet: A5, 4F and B5. RGB value is (165,79,181). Sum of RGB (Red+Green+Blue) = 165+79+181=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 181 - color contains mainly: blue. Hex color #A54FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54FB5 is #5AB04A. Grayscale: #747474. Windows color (decimal): -5943371 or 11882405. OLE color: 11882405.
HSL color Cylindrical-coordinate representation of color #A54FB5: hue angle of 290.59º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54FB5 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 79 | 181 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.29 |
| HSL | 290.59º | 0.41% | 0.51% | - |
| HSV(B) | 290.59º | 0.56% | 0.71% | - |
| XYZ | 26.65 | 16.93 | 45.58 | - |
| YUV | 116.34 | 164.49 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 181 | 0.09 | 0.56 | 0 | 0.29 | 290.59 | 0.41 | 0.51 |
| Hex | A5 | 4F | B5 | 9 | 38 | 0 | 1D | 123 | 29 | 33 |
| Octal | 245 | 117 | 265 | 11 | 70 | 0 | 35 | 443 | 51 | 63 |
| Binary | 10100101 | 1001111 | 10110101 | 1001 | 111000 | 0 | 11101 | 100100011 | 101001 | 110011 |
Color Harmonies of #A54FB5
Complementary color
Monochromatic Colors of #A54FB5
Black with #A54FB5
Text Example
Text Example
White with #A54FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54FB5; }
p { color: rgb(165,79,181); }
H1.HeaderClassName
{
color: #A54FB5;
}
.AnyTagClassName
{
color: #A54FB5;
}
</style>
background-color css
<style>
a { background-color: #A54FB5; }
a { background-color: rgb(165,79,181); }
div.DivClassName
{
background-color: #A54FB5;
}
.BgClassName
{
background-color: #A54FB5;
}
</style>
border-color css
<style>
span { border-color: #A54FB5; }
span { border-color: rgb(165,79,181); }
td.TdClassName
{
border-color: #A54FB5;
}
.TagClassName
{
border-color: #A54FB5;
}
</style>