Shades of Deep Lilac #A265BF
Tints of Deep Lilac #A265BF
RGB
CMYK
RGB Variations
Color information
#A265BF (or 0xA265BF) is known color: Deep Lilac. HEX triplet: A2, 65 and BF. RGB value is (162,101,191). Sum of RGB (Red+Green+Blue) = 162+101+191=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #A265BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A265BF is #5D9A40. Grayscale: #818181. Windows color (decimal): -6134337 or 12543394. OLE color: 12543394.
HSL color Cylindrical-coordinate representation of color #A265BF: hue angle of 280.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A265BF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 101 | 191 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.25 |
| HSL | 280.67º | 0.41% | 0.57% | - |
| HSV(B) | 280.67º | 0.47% | 0.75% | - |
| XYZ | 28.96 | 20.75 | 51.77 | - |
| YUV | 129.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 191 | 0.15 | 0.47 | 0 | 0.25 | 280.67 | 0.41 | 0.57 |
| Hex | A2 | 65 | BF | F | 2F | 0 | 19 | 119 | 29 | 39 |
| Octal | 242 | 145 | 277 | 17 | 57 | 0 | 31 | 431 | 51 | 71 |
| Binary | 10100010 | 1100101 | 10111111 | 1111 | 101111 | 0 | 11001 | 100011001 | 101001 | 111001 |
Color Harmonies of #A265BF
Complementary color
Monochromatic Colors of #A265BF
Black with #A265BF
Text Example
Text Example
White with #A265BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A265BF; }
p { color: rgb(162,101,191); }
H1.HeaderClassName
{
color: #A265BF;
}
.AnyTagClassName
{
color: #A265BF;
}
</style>
background-color css
<style>
a { background-color: #A265BF; }
a { background-color: rgb(162,101,191); }
div.DivClassName
{
background-color: #A265BF;
}
.BgClassName
{
background-color: #A265BF;
}
</style>
border-color css
<style>
span { border-color: #A265BF; }
span { border-color: rgb(162,101,191); }
td.TdClassName
{
border-color: #A265BF;
}
.TagClassName
{
border-color: #A265BF;
}
</style>