Shades of Deep Lilac #A251AF
Tints of Deep Lilac #A251AF
RGB
CMYK
RGB Variations
Color information
#A251AF (or 0xA251AF) is known color: Deep Lilac. HEX triplet: A2, 51 and AF. RGB value is (162,81,175). Sum of RGB (Red+Green+Blue) = 162+81+175=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #A251AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A251AF is #5DAE50. Grayscale: #737373. Windows color (decimal): -6139473 or 11489698. OLE color: 11489698.
HSL color Cylindrical-coordinate representation of color #A251AF: hue angle of 291.7º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A251AF is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 81 | 175 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.31 |
| HSL | 291.7º | 0.37% | 0.5% | - |
| HSV(B) | 291.7º | 0.54% | 0.69% | - |
| XYZ | 25.58 | 16.66 | 42.43 | - |
| YUV | 115.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 175 | 0.07 | 0.54 | 0 | 0.31 | 291.7 | 0.37 | 0.5 |
| Hex | A2 | 51 | AF | 7 | 36 | 0 | 1F | 124 | 25 | 32 |
| Octal | 242 | 121 | 257 | 7 | 66 | 0 | 37 | 444 | 45 | 62 |
| Binary | 10100010 | 1010001 | 10101111 | 111 | 110110 | 0 | 11111 | 100100100 | 100101 | 110010 |
Color Harmonies of #A251AF
Complementary color
Monochromatic Colors of #A251AF
Black with #A251AF
Text Example
Text Example
White with #A251AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A251AF; }
p { color: rgb(162,81,175); }
H1.HeaderClassName
{
color: #A251AF;
}
.AnyTagClassName
{
color: #A251AF;
}
</style>
background-color css
<style>
a { background-color: #A251AF; }
a { background-color: rgb(162,81,175); }
div.DivClassName
{
background-color: #A251AF;
}
.BgClassName
{
background-color: #A251AF;
}
</style>
border-color css
<style>
span { border-color: #A251AF; }
span { border-color: rgb(162,81,175); }
td.TdClassName
{
border-color: #A251AF;
}
.TagClassName
{
border-color: #A251AF;
}
</style>