Shades of Deep Lilac #A154AF
Tints of Deep Lilac #A154AF
RGB
CMYK
RGB Variations
Color information
#A154AF (or 0xA154AF) is known color: Deep Lilac. HEX triplet: A1, 54 and AF. RGB value is (161,84,175). Sum of RGB (Red+Green+Blue) = 161+84+175=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #A154AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A154AF is #5EAB50. Grayscale: #757575. Windows color (decimal): -6204241 or 11490465. OLE color: 11490465.
HSL color Cylindrical-coordinate representation of color #A154AF: hue angle of 290.77º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A154AF is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 84 | 175 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.31 |
| HSL | 290.77º | 0.36% | 0.51% | - |
| HSV(B) | 290.77º | 0.52% | 0.69% | - |
| XYZ | 25.61 | 17.01 | 42.49 | - |
| YUV | 117.4 | 160.51 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 175 | 0.08 | 0.52 | 0 | 0.31 | 290.77 | 0.36 | 0.51 |
| Hex | A1 | 54 | AF | 8 | 34 | 0 | 1F | 123 | 24 | 33 |
| Octal | 241 | 124 | 257 | 10 | 64 | 0 | 37 | 443 | 44 | 63 |
| Binary | 10100001 | 1010100 | 10101111 | 1000 | 110100 | 0 | 11111 | 100100011 | 100100 | 110011 |
Color Harmonies of #A154AF
Complementary color
Monochromatic Colors of #A154AF
Black with #A154AF
Text Example
Text Example
White with #A154AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A154AF; }
p { color: rgb(161,84,175); }
H1.HeaderClassName
{
color: #A154AF;
}
.AnyTagClassName
{
color: #A154AF;
}
</style>
background-color css
<style>
a { background-color: #A154AF; }
a { background-color: rgb(161,84,175); }
div.DivClassName
{
background-color: #A154AF;
}
.BgClassName
{
background-color: #A154AF;
}
</style>
border-color css
<style>
span { border-color: #A154AF; }
span { border-color: rgb(161,84,175); }
td.TdClassName
{
border-color: #A154AF;
}
.TagClassName
{
border-color: #A154AF;
}
</style>