Shades of Deep Lilac #A543AF
Tints of Deep Lilac #A543AF
RGB
CMYK
RGB Variations
Color information
#A543AF (or 0xA543AF) is known color: Deep Lilac. HEX triplet: A5, 43 and AF. RGB value is (165,67,175). Sum of RGB (Red+Green+Blue) = 165+67+175=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #A543AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A543AF is #5ABC50. Grayscale: #6C6C6C. Windows color (decimal): -5946449 or 11486117. OLE color: 11486117.
HSL color Cylindrical-coordinate representation of color #A543AF: hue angle of 294.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A543AF is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 67 | 175 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.31 |
| HSL | 294.44º | 0.45% | 0.47% | - |
| HSV(B) | 294.44º | 0.62% | 0.69% | - |
| XYZ | 25.26 | 15.11 | 42.14 | - |
| YUV | 108.61 | 165.47 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 67 | 175 | 0.06 | 0.62 | 0 | 0.31 | 294.44 | 0.45 | 0.47 |
| Hex | A5 | 43 | AF | 6 | 3E | 0 | 1F | 126 | 2D | 2F |
| Octal | 245 | 103 | 257 | 6 | 76 | 0 | 37 | 446 | 55 | 57 |
| Binary | 10100101 | 1000011 | 10101111 | 110 | 111110 | 0 | 11111 | 100100110 | 101101 | 101111 |
Color Harmonies of #A543AF
Complementary color
Monochromatic Colors of #A543AF
Black with #A543AF
Text Example
Text Example
White with #A543AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A543AF; }
p { color: rgb(165,67,175); }
H1.HeaderClassName
{
color: #A543AF;
}
.AnyTagClassName
{
color: #A543AF;
}
</style>
background-color css
<style>
a { background-color: #A543AF; }
a { background-color: rgb(165,67,175); }
div.DivClassName
{
background-color: #A543AF;
}
.BgClassName
{
background-color: #A543AF;
}
</style>
border-color css
<style>
span { border-color: #A543AF; }
span { border-color: rgb(165,67,175); }
td.TdClassName
{
border-color: #A543AF;
}
.TagClassName
{
border-color: #A543AF;
}
</style>