Shades of Deep Lilac #A255AF
Tints of Deep Lilac #A255AF
RGB
CMYK
RGB Variations
Color information
#A255AF (or 0xA255AF) is known color: Deep Lilac. HEX triplet: A2, 55 and AF. RGB value is (162,85,175). Sum of RGB (Red+Green+Blue) = 162+85+175=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #A255AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A255AF is #5DAA50. Grayscale: #767676. Windows color (decimal): -6138449 or 11490722. OLE color: 11490722.
HSL color Cylindrical-coordinate representation of color #A255AF: hue angle of 291.33º 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 #A255AF is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 85 | 175 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.31 |
| HSL | 291.33º | 0.36% | 0.51% | - |
| HSV(B) | 291.33º | 0.51% | 0.69% | - |
| XYZ | 25.89 | 17.27 | 42.53 | - |
| YUV | 118.28 | 160.01 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 175 | 0.07 | 0.51 | 0 | 0.31 | 291.33 | 0.36 | 0.51 |
| Hex | A2 | 55 | AF | 7 | 33 | 0 | 1F | 123 | 24 | 33 |
| Octal | 242 | 125 | 257 | 7 | 63 | 0 | 37 | 443 | 44 | 63 |
| Binary | 10100010 | 1010101 | 10101111 | 111 | 110011 | 0 | 11111 | 100100011 | 100100 | 110011 |
Color Harmonies of #A255AF
Complementary color
Monochromatic Colors of #A255AF
Black with #A255AF
Text Example
Text Example
White with #A255AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A255AF; }
p { color: rgb(162,85,175); }
H1.HeaderClassName
{
color: #A255AF;
}
.AnyTagClassName
{
color: #A255AF;
}
</style>
background-color css
<style>
a { background-color: #A255AF; }
a { background-color: rgb(162,85,175); }
div.DivClassName
{
background-color: #A255AF;
}
.BgClassName
{
background-color: #A255AF;
}
</style>
border-color css
<style>
span { border-color: #A255AF; }
span { border-color: rgb(162,85,175); }
td.TdClassName
{
border-color: #A255AF;
}
.TagClassName
{
border-color: #A255AF;
}
</style>