Shades of Deep Lilac #A13FAF
Tints of Deep Lilac #A13FAF
RGB
CMYK
RGB Variations
Color information
#A13FAF (or 0xA13FAF) is known color: Deep Lilac. HEX triplet: A1, 3F and AF. RGB value is (161,63,175). Sum of RGB (Red+Green+Blue) = 161+63+175=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #A13FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13FAF is #5EC050. Grayscale: #686868. Windows color (decimal): -6209617 or 11485089. OLE color: 11485089.
HSL color Cylindrical-coordinate representation of color #A13FAF: hue angle of 292.5º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A13FAF is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 63 | 175 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.31 |
| HSL | 292.5º | 0.47% | 0.47% | - |
| HSV(B) | 292.5º | 0.64% | 0.69% | - |
| XYZ | 24.21 | 14.23 | 42.03 | - |
| YUV | 105.07 | 167.47 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 63 | 175 | 0.08 | 0.64 | 0 | 0.31 | 292.5 | 0.47 | 0.47 |
| Hex | A1 | 3F | AF | 8 | 40 | 0 | 1F | 124 | 2F | 2F |
| Octal | 241 | 77 | 257 | 10 | 100 | 0 | 37 | 444 | 57 | 57 |
| Binary | 10100001 | 111111 | 10101111 | 1000 | 1000000 | 0 | 11111 | 100100100 | 101111 | 101111 |
Color Harmonies of #A13FAF
Complementary color
Monochromatic Colors of #A13FAF
Black with #A13FAF
Text Example
Text Example
White with #A13FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13FAF; }
p { color: rgb(161,63,175); }
H1.HeaderClassName
{
color: #A13FAF;
}
.AnyTagClassName
{
color: #A13FAF;
}
</style>
background-color css
<style>
a { background-color: #A13FAF; }
a { background-color: rgb(161,63,175); }
div.DivClassName
{
background-color: #A13FAF;
}
.BgClassName
{
background-color: #A13FAF;
}
</style>
border-color css
<style>
span { border-color: #A13FAF; }
span { border-color: rgb(161,63,175); }
td.TdClassName
{
border-color: #A13FAF;
}
.TagClassName
{
border-color: #A13FAF;
}
</style>