Shades of Deep Lilac #A259BB
Tints of Deep Lilac #A259BB
RGB
CMYK
RGB Variations
Color information
#A259BB (or 0xA259BB) is known color: Deep Lilac. HEX triplet: A2, 59 and BB. RGB value is (162,89,187). Sum of RGB (Red+Green+Blue) = 162+89+187=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #A259BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A259BB is #5DA644. Grayscale: #797979. Windows color (decimal): -6137413 or 12278178. OLE color: 12278178.
HSL color Cylindrical-coordinate representation of color #A259BB: hue angle of 284.69º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A259BB is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 89 | 187 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.27 |
| HSL | 284.69º | 0.42% | 0.54% | - |
| HSV(B) | 284.69º | 0.52% | 0.73% | - |
| XYZ | 27.44 | 18.41 | 49.12 | - |
| YUV | 122 | 164.68 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 187 | 0.13 | 0.52 | 0 | 0.27 | 284.69 | 0.42 | 0.54 |
| Hex | A2 | 59 | BB | D | 34 | 0 | 1B | 11D | 2A | 36 |
| Octal | 242 | 131 | 273 | 15 | 64 | 0 | 33 | 435 | 52 | 66 |
| Binary | 10100010 | 1011001 | 10111011 | 1101 | 110100 | 0 | 11011 | 100011101 | 101010 | 110110 |
Color Harmonies of #A259BB
Complementary color
Monochromatic Colors of #A259BB
Black with #A259BB
Text Example
Text Example
White with #A259BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A259BB; }
p { color: rgb(162,89,187); }
H1.HeaderClassName
{
color: #A259BB;
}
.AnyTagClassName
{
color: #A259BB;
}
</style>
background-color css
<style>
a { background-color: #A259BB; }
a { background-color: rgb(162,89,187); }
div.DivClassName
{
background-color: #A259BB;
}
.BgClassName
{
background-color: #A259BB;
}
</style>
border-color css
<style>
span { border-color: #A259BB; }
span { border-color: rgb(162,89,187); }
td.TdClassName
{
border-color: #A259BB;
}
.TagClassName
{
border-color: #A259BB;
}
</style>