Shades of Deep Lilac #A54FB3
Tints of Deep Lilac #A54FB3
RGB
CMYK
RGB Variations
Color information
#A54FB3 (or 0xA54FB3) is known color: Deep Lilac. HEX triplet: A5, 4F and B3. RGB value is (165,79,179). Sum of RGB (Red+Green+Blue) = 165+79+179=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #A54FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54FB3 is #5AB04C. Grayscale: #737373. Windows color (decimal): -5943373 or 11751333. OLE color: 11751333.
HSL color Cylindrical-coordinate representation of color #A54FB3: hue angle of 291.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54FB3 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 79 | 179 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.30 |
| HSL | 291.6º | 0.4% | 0.51% | - |
| HSV(B) | 291.6º | 0.56% | 0.7% | - |
| XYZ | 26.45 | 16.85 | 44.51 | - |
| YUV | 116.11 | 163.49 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 179 | 0.08 | 0.56 | 0 | 0.30 | 291.6 | 0.4 | 0.51 |
| Hex | A5 | 4F | B3 | 8 | 38 | 0 | 1E | 124 | 28 | 33 |
| Octal | 245 | 117 | 263 | 10 | 70 | 0 | 36 | 444 | 50 | 63 |
| Binary | 10100101 | 1001111 | 10110011 | 1000 | 111000 | 0 | 11110 | 100100100 | 101000 | 110011 |
Color Harmonies of #A54FB3
Complementary color
Monochromatic Colors of #A54FB3
Black with #A54FB3
Text Example
Text Example
White with #A54FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54FB3; }
p { color: rgb(165,79,179); }
H1.HeaderClassName
{
color: #A54FB3;
}
.AnyTagClassName
{
color: #A54FB3;
}
</style>
background-color css
<style>
a { background-color: #A54FB3; }
a { background-color: rgb(165,79,179); }
div.DivClassName
{
background-color: #A54FB3;
}
.BgClassName
{
background-color: #A54FB3;
}
</style>
border-color css
<style>
span { border-color: #A54FB3; }
span { border-color: rgb(165,79,179); }
td.TdClassName
{
border-color: #A54FB3;
}
.TagClassName
{
border-color: #A54FB3;
}
</style>