Shades of Deep Lilac #A250BA
Tints of Deep Lilac #A250BA
RGB
CMYK
RGB Variations
Color information
#A250BA (or 0xA250BA) is known color: Deep Lilac. HEX triplet: A2, 50 and BA. RGB value is (162,80,186). Sum of RGB (Red+Green+Blue) = 162+80+186=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #A250BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250BA is #5DAF45. Grayscale: #747474. Windows color (decimal): -6139718 or 12210338. OLE color: 12210338.
HSL color Cylindrical-coordinate representation of color #A250BA: hue angle of 286.42º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A250BA is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 80 | 186 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.27 |
| HSL | 286.42º | 0.43% | 0.52% | - |
| HSV(B) | 286.42º | 0.57% | 0.73% | - |
| XYZ | 26.63 | 16.96 | 48.33 | - |
| YUV | 116.6 | 167.17 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 186 | 0.13 | 0.57 | 0 | 0.27 | 286.42 | 0.43 | 0.52 |
| Hex | A2 | 50 | BA | D | 39 | 0 | 1B | 11E | 2B | 34 |
| Octal | 242 | 120 | 272 | 15 | 71 | 0 | 33 | 436 | 53 | 64 |
| Binary | 10100010 | 1010000 | 10111010 | 1101 | 111001 | 0 | 11011 | 100011110 | 101011 | 110100 |
Color Harmonies of #A250BA
Complementary color
Monochromatic Colors of #A250BA
Black with #A250BA
Text Example
Text Example
White with #A250BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A250BA; }
p { color: rgb(162,80,186); }
H1.HeaderClassName
{
color: #A250BA;
}
.AnyTagClassName
{
color: #A250BA;
}
</style>
background-color css
<style>
a { background-color: #A250BA; }
a { background-color: rgb(162,80,186); }
div.DivClassName
{
background-color: #A250BA;
}
.BgClassName
{
background-color: #A250BA;
}
</style>
border-color css
<style>
span { border-color: #A250BA; }
span { border-color: rgb(162,80,186); }
td.TdClassName
{
border-color: #A250BA;
}
.TagClassName
{
border-color: #A250BA;
}
</style>