Shades of Deep Lilac #A54FB7
Tints of Deep Lilac #A54FB7
RGB
CMYK
RGB Variations
Color information
#A54FB7 (or 0xA54FB7) is known color: Deep Lilac. HEX triplet: A5, 4F and B7. RGB value is (165,79,183). Sum of RGB (Red+Green+Blue) = 165+79+183=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 183 (71.88% from 255 or 42.86% from 427); Max value from RGB is 183 - color contains mainly: blue. Hex color #A54FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54FB7 is #5AB048. Grayscale: #747474. Windows color (decimal): -5943369 or 12013477. OLE color: 12013477.
HSL color Cylindrical-coordinate representation of color #A54FB7: hue angle of 289.62º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A54FB7 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 79 | 183 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.28 |
| HSL | 289.62º | 0.42% | 0.51% | - |
| HSV(B) | 289.62º | 0.57% | 0.72% | - |
| XYZ | 26.86 | 17.01 | 46.67 | - |
| YUV | 116.57 | 165.49 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 183 | 0.10 | 0.57 | 0 | 0.28 | 289.62 | 0.42 | 0.51 |
| Hex | A5 | 4F | B7 | A | 39 | 0 | 1C | 122 | 2A | 33 |
| Octal | 245 | 117 | 267 | 12 | 71 | 0 | 34 | 442 | 52 | 63 |
| Binary | 10100101 | 1001111 | 10110111 | 1010 | 111001 | 0 | 11100 | 100100010 | 101010 | 110011 |
Color Harmonies of #A54FB7
Complementary color
Monochromatic Colors of #A54FB7
Black with #A54FB7
Text Example
Text Example
White with #A54FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54FB7; }
p { color: rgb(165,79,183); }
H1.HeaderClassName
{
color: #A54FB7;
}
.AnyTagClassName
{
color: #A54FB7;
}
</style>
background-color css
<style>
a { background-color: #A54FB7; }
a { background-color: rgb(165,79,183); }
div.DivClassName
{
background-color: #A54FB7;
}
.BgClassName
{
background-color: #A54FB7;
}
</style>
border-color css
<style>
span { border-color: #A54FB7; }
span { border-color: rgb(165,79,183); }
td.TdClassName
{
border-color: #A54FB7;
}
.TagClassName
{
border-color: #A54FB7;
}
</style>