Shades of Deep Lilac #A53AAF
Tints of Deep Lilac #A53AAF
RGB
CMYK
RGB Variations
Color information
#A53AAF (or 0xA53AAF) is known color: Deep Lilac. HEX triplet: A5, 3A and AF. RGB value is (165,58,175). Sum of RGB (Red+Green+Blue) = 165+58+175=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #A53AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53AAF is #5AC550. Grayscale: #666666. Windows color (decimal): -5948753 or 11483813. OLE color: 11483813.
HSL color Cylindrical-coordinate representation of color #A53AAF: hue angle of 294.87º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A53AAF is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 58 | 175 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.31 |
| HSL | 294.87º | 0.5% | 0.46% | - |
| HSV(B) | 294.87º | 0.67% | 0.69% | - |
| XYZ | 24.77 | 14.12 | 41.98 | - |
| YUV | 103.33 | 168.45 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 175 | 0.06 | 0.67 | 0 | 0.31 | 294.87 | 0.5 | 0.46 |
| Hex | A5 | 3A | AF | 6 | 43 | 0 | 1F | 127 | 32 | 2E |
| Octal | 245 | 72 | 257 | 6 | 103 | 0 | 37 | 447 | 62 | 56 |
| Binary | 10100101 | 111010 | 10101111 | 110 | 1000011 | 0 | 11111 | 100100111 | 110010 | 101110 |
Color Harmonies of #A53AAF
Complementary color
Monochromatic Colors of #A53AAF
Black with #A53AAF
Text Example
Text Example
White with #A53AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53AAF; }
p { color: rgb(165,58,175); }
H1.HeaderClassName
{
color: #A53AAF;
}
.AnyTagClassName
{
color: #A53AAF;
}
</style>
background-color css
<style>
a { background-color: #A53AAF; }
a { background-color: rgb(165,58,175); }
div.DivClassName
{
background-color: #A53AAF;
}
.BgClassName
{
background-color: #A53AAF;
}
</style>
border-color css
<style>
span { border-color: #A53AAF; }
span { border-color: rgb(165,58,175); }
td.TdClassName
{
border-color: #A53AAF;
}
.TagClassName
{
border-color: #A53AAF;
}
</style>