Shades of Deep Lilac #A344AF
Tints of Deep Lilac #A344AF
RGB
CMYK
RGB Variations
Color information
#A344AF (or 0xA344AF) is known color: Deep Lilac. HEX triplet: A3, 44 and AF. RGB value is (163,68,175). Sum of RGB (Red+Green+Blue) = 163+68+175=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #A344AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A344AF is #5CBB50. Grayscale: #6C6C6C. Windows color (decimal): -6077265 or 11486371. OLE color: 11486371.
HSL color Cylindrical-coordinate representation of color #A344AF: hue angle of 293.27º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A344AF is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 68 | 175 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.31 |
| HSL | 293.27º | 0.44% | 0.48% | - |
| HSV(B) | 293.27º | 0.61% | 0.69% | - |
| XYZ | 24.91 | 15.02 | 42.14 | - |
| YUV | 108.6 | 165.47 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 175 | 0.07 | 0.61 | 0 | 0.31 | 293.27 | 0.44 | 0.48 |
| Hex | A3 | 44 | AF | 7 | 3D | 0 | 1F | 125 | 2C | 30 |
| Octal | 243 | 104 | 257 | 7 | 75 | 0 | 37 | 445 | 54 | 60 |
| Binary | 10100011 | 1000100 | 10101111 | 111 | 111101 | 0 | 11111 | 100100101 | 101100 | 110000 |
Color Harmonies of #A344AF
Complementary color
Monochromatic Colors of #A344AF
Black with #A344AF
Text Example
Text Example
White with #A344AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A344AF; }
p { color: rgb(163,68,175); }
H1.HeaderClassName
{
color: #A344AF;
}
.AnyTagClassName
{
color: #A344AF;
}
</style>
background-color css
<style>
a { background-color: #A344AF; }
a { background-color: rgb(163,68,175); }
div.DivClassName
{
background-color: #A344AF;
}
.BgClassName
{
background-color: #A344AF;
}
</style>
border-color css
<style>
span { border-color: #A344AF; }
span { border-color: rgb(163,68,175); }
td.TdClassName
{
border-color: #A344AF;
}
.TagClassName
{
border-color: #A344AF;
}
</style>