Shades of Deep Lilac #A262BF
Tints of Deep Lilac #A262BF
RGB
CMYK
RGB Variations
Color information
#A262BF (or 0xA262BF) is known color: Deep Lilac. HEX triplet: A2, 62 and BF. RGB value is (162,98,191). Sum of RGB (Red+Green+Blue) = 162+98+191=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #A262BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A262BF is #5D9D40. Grayscale: #7F7F7F. Windows color (decimal): -6135105 or 12542626. OLE color: 12542626.
HSL color Cylindrical-coordinate representation of color #A262BF: hue angle of 281.29º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A262BF is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 98 | 191 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.25 |
| HSL | 281.29º | 0.42% | 0.57% | - |
| HSV(B) | 281.29º | 0.49% | 0.75% | - |
| XYZ | 28.67 | 20.18 | 51.67 | - |
| YUV | 127.74 | 163.7 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 191 | 0.15 | 0.49 | 0 | 0.25 | 281.29 | 0.42 | 0.57 |
| Hex | A2 | 62 | BF | F | 31 | 0 | 19 | 119 | 2A | 39 |
| Octal | 242 | 142 | 277 | 17 | 61 | 0 | 31 | 431 | 52 | 71 |
| Binary | 10100010 | 1100010 | 10111111 | 1111 | 110001 | 0 | 11001 | 100011001 | 101010 | 111001 |
Color Harmonies of #A262BF
Complementary color
Monochromatic Colors of #A262BF
Black with #A262BF
Text Example
Text Example
White with #A262BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A262BF; }
p { color: rgb(162,98,191); }
H1.HeaderClassName
{
color: #A262BF;
}
.AnyTagClassName
{
color: #A262BF;
}
</style>
background-color css
<style>
a { background-color: #A262BF; }
a { background-color: rgb(162,98,191); }
div.DivClassName
{
background-color: #A262BF;
}
.BgClassName
{
background-color: #A262BF;
}
</style>
border-color css
<style>
span { border-color: #A262BF; }
span { border-color: rgb(162,98,191); }
td.TdClassName
{
border-color: #A262BF;
}
.TagClassName
{
border-color: #A262BF;
}
</style>