Shades of Deep Lilac #A250BD
Tints of Deep Lilac #A250BD
RGB
CMYK
RGB Variations
Color information
#A250BD (or 0xA250BD) is known color: Deep Lilac. HEX triplet: A2, 50 and BD. RGB value is (162,80,189). Sum of RGB (Red+Green+Blue) = 162+80+189=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #A250BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250BD is #5DAF42. Grayscale: #747474. Windows color (decimal): -6139715 or 12406946. OLE color: 12406946.
HSL color Cylindrical-coordinate representation of color #A250BD: hue angle of 285.14º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A250BD is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 80 | 189 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.26 |
| HSL | 285.14º | 0.45% | 0.53% | - |
| HSV(B) | 285.14º | 0.58% | 0.74% | - |
| XYZ | 26.95 | 17.09 | 50.02 | - |
| YUV | 116.94 | 168.67 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 189 | 0.14 | 0.58 | 0 | 0.26 | 285.14 | 0.45 | 0.53 |
| Hex | A2 | 50 | BD | E | 3A | 0 | 1A | 11D | 2D | 35 |
| Octal | 242 | 120 | 275 | 16 | 72 | 0 | 32 | 435 | 55 | 65 |
| Binary | 10100010 | 1010000 | 10111101 | 1110 | 111010 | 0 | 11010 | 100011101 | 101101 | 110101 |
Color Harmonies of #A250BD
Complementary color
Monochromatic Colors of #A250BD
Black with #A250BD
Text Example
Text Example
White with #A250BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A250BD; }
p { color: rgb(162,80,189); }
H1.HeaderClassName
{
color: #A250BD;
}
.AnyTagClassName
{
color: #A250BD;
}
</style>
background-color css
<style>
a { background-color: #A250BD; }
a { background-color: rgb(162,80,189); }
div.DivClassName
{
background-color: #A250BD;
}
.BgClassName
{
background-color: #A250BD;
}
</style>
border-color css
<style>
span { border-color: #A250BD; }
span { border-color: rgb(162,80,189); }
td.TdClassName
{
border-color: #A250BD;
}
.TagClassName
{
border-color: #A250BD;
}
</style>