Shades of Deep Lilac #A256AF
Tints of Deep Lilac #A256AF
RGB
CMYK
RGB Variations
Color information
#A256AF (or 0xA256AF) is known color: Deep Lilac. HEX triplet: A2, 56 and AF. RGB value is (162,86,175). Sum of RGB (Red+Green+Blue) = 162+86+175=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #A256AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A256AF is #5DA950. Grayscale: #767676. Windows color (decimal): -6138193 or 11490978. OLE color: 11490978.
HSL color Cylindrical-coordinate representation of color #A256AF: hue angle of 291.24º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A256AF is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 86 | 175 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.31 |
| HSL | 291.24º | 0.36% | 0.51% | - |
| HSV(B) | 291.24º | 0.51% | 0.69% | - |
| XYZ | 25.97 | 17.43 | 42.55 | - |
| YUV | 118.87 | 159.68 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 175 | 0.07 | 0.51 | 0 | 0.31 | 291.24 | 0.36 | 0.51 |
| Hex | A2 | 56 | AF | 7 | 33 | 0 | 1F | 123 | 24 | 33 |
| Octal | 242 | 126 | 257 | 7 | 63 | 0 | 37 | 443 | 44 | 63 |
| Binary | 10100010 | 1010110 | 10101111 | 111 | 110011 | 0 | 11111 | 100100011 | 100100 | 110011 |
Color Harmonies of #A256AF
Complementary color
Monochromatic Colors of #A256AF
Black with #A256AF
Text Example
Text Example
White with #A256AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A256AF; }
p { color: rgb(162,86,175); }
H1.HeaderClassName
{
color: #A256AF;
}
.AnyTagClassName
{
color: #A256AF;
}
</style>
background-color css
<style>
a { background-color: #A256AF; }
a { background-color: rgb(162,86,175); }
div.DivClassName
{
background-color: #A256AF;
}
.BgClassName
{
background-color: #A256AF;
}
</style>
border-color css
<style>
span { border-color: #A256AF; }
span { border-color: rgb(162,86,175); }
td.TdClassName
{
border-color: #A256AF;
}
.TagClassName
{
border-color: #A256AF;
}
</style>