Shades of Deep Lilac #A255B6
Tints of Deep Lilac #A255B6
RGB
CMYK
RGB Variations
Color information
#A255B6 (or 0xA255B6) is known color: Deep Lilac. HEX triplet: A2, 55 and B6. RGB value is (162,85,182). Sum of RGB (Red+Green+Blue) = 162+85+182=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 182 - color contains mainly: blue. Hex color #A255B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A255B6 is #5DAA49. Grayscale: #767676. Windows color (decimal): -6138442 or 11949474. OLE color: 11949474.
HSL color Cylindrical-coordinate representation of color #A255B6: hue angle of 287.63º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A255B6 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 85 | 182 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.29 |
| HSL | 287.63º | 0.4% | 0.52% | - |
| HSV(B) | 287.63º | 0.53% | 0.71% | - |
| XYZ | 26.59 | 17.56 | 46.24 | - |
| YUV | 119.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 182 | 0.11 | 0.53 | 0 | 0.29 | 287.63 | 0.4 | 0.52 |
| Hex | A2 | 55 | B6 | B | 35 | 0 | 1D | 120 | 28 | 34 |
| Octal | 242 | 125 | 266 | 13 | 65 | 0 | 35 | 440 | 50 | 64 |
| Binary | 10100010 | 1010101 | 10110110 | 1011 | 110101 | 0 | 11101 | 100100000 | 101000 | 110100 |
Color Harmonies of #A255B6
Complementary color
Monochromatic Colors of #A255B6
Black with #A255B6
Text Example
Text Example
White with #A255B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A255B6; }
p { color: rgb(162,85,182); }
H1.HeaderClassName
{
color: #A255B6;
}
.AnyTagClassName
{
color: #A255B6;
}
</style>
background-color css
<style>
a { background-color: #A255B6; }
a { background-color: rgb(162,85,182); }
div.DivClassName
{
background-color: #A255B6;
}
.BgClassName
{
background-color: #A255B6;
}
</style>
border-color css
<style>
span { border-color: #A255B6; }
span { border-color: rgb(162,85,182); }
td.TdClassName
{
border-color: #A255B6;
}
.TagClassName
{
border-color: #A255B6;
}
</style>