Shades of Deep Lilac #A257AF
Tints of Deep Lilac #A257AF
RGB
CMYK
RGB Variations
Color information
#A257AF (or 0xA257AF) is known color: Deep Lilac. HEX triplet: A2, 57 and AF. RGB value is (162,87,175). Sum of RGB (Red+Green+Blue) = 162+87+175=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #A257AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A257AF is #5DA850. Grayscale: #777777. Windows color (decimal): -6137937 or 11491234. OLE color: 11491234.
HSL color Cylindrical-coordinate representation of color #A257AF: hue angle of 291.14º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A257AF is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 87 | 175 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.31 |
| HSL | 291.14º | 0.35% | 0.51% | - |
| HSV(B) | 291.14º | 0.5% | 0.69% | - |
| XYZ | 26.05 | 17.59 | 42.58 | - |
| YUV | 119.46 | 159.35 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 87 | 175 | 0.07 | 0.50 | 0 | 0.31 | 291.14 | 0.35 | 0.51 |
| Hex | A2 | 57 | AF | 7 | 32 | 0 | 1F | 123 | 23 | 33 |
| Octal | 242 | 127 | 257 | 7 | 62 | 0 | 37 | 443 | 43 | 63 |
| Binary | 10100010 | 1010111 | 10101111 | 111 | 110010 | 0 | 11111 | 100100011 | 100011 | 110011 |
Color Harmonies of #A257AF
Complementary color
Monochromatic Colors of #A257AF
Black with #A257AF
Text Example
Text Example
White with #A257AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A257AF; }
p { color: rgb(162,87,175); }
H1.HeaderClassName
{
color: #A257AF;
}
.AnyTagClassName
{
color: #A257AF;
}
</style>
background-color css
<style>
a { background-color: #A257AF; }
a { background-color: rgb(162,87,175); }
div.DivClassName
{
background-color: #A257AF;
}
.BgClassName
{
background-color: #A257AF;
}
</style>
border-color css
<style>
span { border-color: #A257AF; }
span { border-color: rgb(162,87,175); }
td.TdClassName
{
border-color: #A257AF;
}
.TagClassName
{
border-color: #A257AF;
}
</style>