Shades of Deep Lilac #A547AF
Tints of Deep Lilac #A547AF
RGB
CMYK
RGB Variations
Color information
#A547AF (or 0xA547AF) is known color: Deep Lilac. HEX triplet: A5, 47 and AF. RGB value is (165,71,175). Sum of RGB (Red+Green+Blue) = 165+71+175=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #A547AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A547AF is #5AB850. Grayscale: #6E6E6E. Windows color (decimal): -5945425 or 11487141. OLE color: 11487141.
HSL color Cylindrical-coordinate representation of color #A547AF: hue angle of 294.23º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A547AF is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 71 | 175 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.31 |
| HSL | 294.23º | 0.42% | 0.48% | - |
| HSV(B) | 294.23º | 0.59% | 0.69% | - |
| XYZ | 25.51 | 15.6 | 42.22 | - |
| YUV | 110.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 71 | 175 | 0.06 | 0.59 | 0 | 0.31 | 294.23 | 0.42 | 0.48 |
| Hex | A5 | 47 | AF | 6 | 3B | 0 | 1F | 126 | 2A | 30 |
| Octal | 245 | 107 | 257 | 6 | 73 | 0 | 37 | 446 | 52 | 60 |
| Binary | 10100101 | 1000111 | 10101111 | 110 | 111011 | 0 | 11111 | 100100110 | 101010 | 110000 |
Color Harmonies of #A547AF
Complementary color
Monochromatic Colors of #A547AF
Black with #A547AF
Text Example
Text Example
White with #A547AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A547AF; }
p { color: rgb(165,71,175); }
H1.HeaderClassName
{
color: #A547AF;
}
.AnyTagClassName
{
color: #A547AF;
}
</style>
background-color css
<style>
a { background-color: #A547AF; }
a { background-color: rgb(165,71,175); }
div.DivClassName
{
background-color: #A547AF;
}
.BgClassName
{
background-color: #A547AF;
}
</style>
border-color css
<style>
span { border-color: #A547AF; }
span { border-color: rgb(165,71,175); }
td.TdClassName
{
border-color: #A547AF;
}
.TagClassName
{
border-color: #A547AF;
}
</style>