Shades of Deep Lilac #A269BA
Tints of Deep Lilac #A269BA
RGB
CMYK
RGB Variations
Color information
#A269BA (or 0xA269BA) is known color: Deep Lilac. HEX triplet: A2, 69 and BA. RGB value is (162,105,186). Sum of RGB (Red+Green+Blue) = 162+105+186=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #A269BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A269BA is #5D9645. Grayscale: #838383. Windows color (decimal): -6133318 or 12216738. OLE color: 12216738.
HSL color Cylindrical-coordinate representation of color #A269BA: hue angle of 282.22º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A269BA is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 105 | 186 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.27 |
| HSL | 282.22º | 0.37% | 0.57% | - |
| HSV(B) | 282.22º | 0.44% | 0.73% | - |
| XYZ | 28.81 | 21.33 | 49.05 | - |
| YUV | 131.28 | 158.88 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 186 | 0.13 | 0.44 | 0 | 0.27 | 282.22 | 0.37 | 0.57 |
| Hex | A2 | 69 | BA | D | 2C | 0 | 1B | 11A | 25 | 39 |
| Octal | 242 | 151 | 272 | 15 | 54 | 0 | 33 | 432 | 45 | 71 |
| Binary | 10100010 | 1101001 | 10111010 | 1101 | 101100 | 0 | 11011 | 100011010 | 100101 | 111001 |
Color Harmonies of #A269BA
Complementary color
Monochromatic Colors of #A269BA
Black with #A269BA
Text Example
Text Example
White with #A269BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A269BA; }
p { color: rgb(162,105,186); }
H1.HeaderClassName
{
color: #A269BA;
}
.AnyTagClassName
{
color: #A269BA;
}
</style>
background-color css
<style>
a { background-color: #A269BA; }
a { background-color: rgb(162,105,186); }
div.DivClassName
{
background-color: #A269BA;
}
.BgClassName
{
background-color: #A269BA;
}
</style>
border-color css
<style>
span { border-color: #A269BA; }
span { border-color: rgb(162,105,186); }
td.TdClassName
{
border-color: #A269BA;
}
.TagClassName
{
border-color: #A269BA;
}
</style>