Shades of Deep Lilac #A13DAF
Tints of Deep Lilac #A13DAF
RGB
CMYK
RGB Variations
Color information
#A13DAF (or 0xA13DAF) is known color: Deep Lilac. HEX triplet: A1, 3D and AF. RGB value is (161,61,175). Sum of RGB (Red+Green+Blue) = 161+61+175=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #A13DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13DAF is #5EC250. Grayscale: #676767. Windows color (decimal): -6210129 or 11484577. OLE color: 11484577.
HSL color Cylindrical-coordinate representation of color #A13DAF: hue angle of 292.63º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A13DAF is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 61 | 175 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.31 |
| HSL | 292.63º | 0.48% | 0.46% | - |
| HSV(B) | 292.63º | 0.65% | 0.69% | - |
| XYZ | 24.1 | 14.01 | 41.99 | - |
| YUV | 103.9 | 168.13 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 175 | 0.08 | 0.65 | 0 | 0.31 | 292.63 | 0.48 | 0.46 |
| Hex | A1 | 3D | AF | 8 | 41 | 0 | 1F | 125 | 30 | 2E |
| Octal | 241 | 75 | 257 | 10 | 101 | 0 | 37 | 445 | 60 | 56 |
| Binary | 10100001 | 111101 | 10101111 | 1000 | 1000001 | 0 | 11111 | 100100101 | 110000 | 101110 |
Color Harmonies of #A13DAF
Complementary color
Monochromatic Colors of #A13DAF
Black with #A13DAF
Text Example
Text Example
White with #A13DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13DAF; }
p { color: rgb(161,61,175); }
H1.HeaderClassName
{
color: #A13DAF;
}
.AnyTagClassName
{
color: #A13DAF;
}
</style>
background-color css
<style>
a { background-color: #A13DAF; }
a { background-color: rgb(161,61,175); }
div.DivClassName
{
background-color: #A13DAF;
}
.BgClassName
{
background-color: #A13DAF;
}
</style>
border-color css
<style>
span { border-color: #A13DAF; }
span { border-color: rgb(161,61,175); }
td.TdClassName
{
border-color: #A13DAF;
}
.TagClassName
{
border-color: #A13DAF;
}
</style>