Shades of Deep Lilac #A155AF
Tints of Deep Lilac #A155AF
RGB
CMYK
RGB Variations
Color information
#A155AF (or 0xA155AF) is known color: Deep Lilac. HEX triplet: A1, 55 and AF. RGB value is (161,85,175). Sum of RGB (Red+Green+Blue) = 161+85+175=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #A155AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A155AF is #5EAA50. Grayscale: #757575. Windows color (decimal): -6203985 or 11490721. OLE color: 11490721.
HSL color Cylindrical-coordinate representation of color #A155AF: hue angle of 290.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A155AF is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 85 | 175 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.31 |
| HSL | 290.67º | 0.36% | 0.51% | - |
| HSV(B) | 290.67º | 0.51% | 0.69% | - |
| XYZ | 25.68 | 17.17 | 42.52 | - |
| YUV | 117.98 | 160.18 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 175 | 0.08 | 0.51 | 0 | 0.31 | 290.67 | 0.36 | 0.51 |
| Hex | A1 | 55 | AF | 8 | 33 | 0 | 1F | 123 | 24 | 33 |
| Octal | 241 | 125 | 257 | 10 | 63 | 0 | 37 | 443 | 44 | 63 |
| Binary | 10100001 | 1010101 | 10101111 | 1000 | 110011 | 0 | 11111 | 100100011 | 100100 | 110011 |
Color Harmonies of #A155AF
Complementary color
Monochromatic Colors of #A155AF
Black with #A155AF
Text Example
Text Example
White with #A155AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A155AF; }
p { color: rgb(161,85,175); }
H1.HeaderClassName
{
color: #A155AF;
}
.AnyTagClassName
{
color: #A155AF;
}
</style>
background-color css
<style>
a { background-color: #A155AF; }
a { background-color: rgb(161,85,175); }
div.DivClassName
{
background-color: #A155AF;
}
.BgClassName
{
background-color: #A155AF;
}
</style>
border-color css
<style>
span { border-color: #A155AF; }
span { border-color: rgb(161,85,175); }
td.TdClassName
{
border-color: #A155AF;
}
.TagClassName
{
border-color: #A155AF;
}
</style>