Shades of Deep Lilac #A250BF
Tints of Deep Lilac #A250BF
RGB
CMYK
RGB Variations
Color information
#A250BF (or 0xA250BF) is known color: Deep Lilac. HEX triplet: A2, 50 and BF. RGB value is (162,80,191). Sum of RGB (Red+Green+Blue) = 162+80+191=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #A250BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250BF is #5DAF40. Grayscale: #747474. Windows color (decimal): -6139713 or 12538018. OLE color: 12538018.
HSL color Cylindrical-coordinate representation of color #A250BF: hue angle of 284.32º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A250BF is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 80 | 191 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.25 |
| HSL | 284.32º | 0.46% | 0.53% | - |
| HSV(B) | 284.32º | 0.58% | 0.75% | - |
| XYZ | 27.17 | 17.18 | 51.17 | - |
| YUV | 117.17 | 169.67 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 191 | 0.15 | 0.58 | 0 | 0.25 | 284.32 | 0.46 | 0.53 |
| Hex | A2 | 50 | BF | F | 3A | 0 | 19 | 11C | 2E | 35 |
| Octal | 242 | 120 | 277 | 17 | 72 | 0 | 31 | 434 | 56 | 65 |
| Binary | 10100010 | 1010000 | 10111111 | 1111 | 111010 | 0 | 11001 | 100011100 | 101110 | 110101 |
Color Harmonies of #A250BF
Complementary color
Monochromatic Colors of #A250BF
Black with #A250BF
Text Example
Text Example
White with #A250BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A250BF; }
p { color: rgb(162,80,191); }
H1.HeaderClassName
{
color: #A250BF;
}
.AnyTagClassName
{
color: #A250BF;
}
</style>
background-color css
<style>
a { background-color: #A250BF; }
a { background-color: rgb(162,80,191); }
div.DivClassName
{
background-color: #A250BF;
}
.BgClassName
{
background-color: #A250BF;
}
</style>
border-color css
<style>
span { border-color: #A250BF; }
span { border-color: rgb(162,80,191); }
td.TdClassName
{
border-color: #A250BF;
}
.TagClassName
{
border-color: #A250BF;
}
</style>