Shades of Deep Lilac #A258BF
Tints of Deep Lilac #A258BF
RGB
CMYK
RGB Variations
Color information
#A258BF (or 0xA258BF) is known color: Deep Lilac. HEX triplet: A2, 58 and BF. RGB value is (162,88,191). Sum of RGB (Red+Green+Blue) = 162+88+191=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #A258BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A258BF is #5DA740. Grayscale: #797979. Windows color (decimal): -6137665 or 12540066. OLE color: 12540066.
HSL color Cylindrical-coordinate representation of color #A258BF: hue angle of 283.11º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A258BF is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 88 | 191 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.25 |
| HSL | 283.11º | 0.45% | 0.55% | - |
| HSV(B) | 283.11º | 0.54% | 0.75% | - |
| XYZ | 27.79 | 18.42 | 51.38 | - |
| YUV | 121.87 | 167.02 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 191 | 0.15 | 0.54 | 0 | 0.25 | 283.11 | 0.45 | 0.55 |
| Hex | A2 | 58 | BF | F | 36 | 0 | 19 | 11B | 2D | 37 |
| Octal | 242 | 130 | 277 | 17 | 66 | 0 | 31 | 433 | 55 | 67 |
| Binary | 10100010 | 1011000 | 10111111 | 1111 | 110110 | 0 | 11001 | 100011011 | 101101 | 110111 |
Color Harmonies of #A258BF
Complementary color
Monochromatic Colors of #A258BF
Black with #A258BF
Text Example
Text Example
White with #A258BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A258BF; }
p { color: rgb(162,88,191); }
H1.HeaderClassName
{
color: #A258BF;
}
.AnyTagClassName
{
color: #A258BF;
}
</style>
background-color css
<style>
a { background-color: #A258BF; }
a { background-color: rgb(162,88,191); }
div.DivClassName
{
background-color: #A258BF;
}
.BgClassName
{
background-color: #A258BF;
}
</style>
border-color css
<style>
span { border-color: #A258BF; }
span { border-color: rgb(162,88,191); }
td.TdClassName
{
border-color: #A258BF;
}
.TagClassName
{
border-color: #A258BF;
}
</style>