Shades of Deep Lilac #A264BD
Tints of Deep Lilac #A264BD
RGB
CMYK
RGB Variations
Color information
#A264BD (or 0xA264BD) is known color: Deep Lilac. HEX triplet: A2, 64 and BD. RGB value is (162,100,189). Sum of RGB (Red+Green+Blue) = 162+100+189=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #A264BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A264BD is #5D9B42. Grayscale: #808080. Windows color (decimal): -6134595 or 12412066. OLE color: 12412066.
HSL color Cylindrical-coordinate representation of color #A264BD: hue angle of 281.8º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A264BD is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 100 | 189 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.26 |
| HSL | 281.8º | 0.4% | 0.57% | - |
| HSV(B) | 281.8º | 0.47% | 0.74% | - |
| XYZ | 28.64 | 20.47 | 50.59 | - |
| YUV | 128.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 100 | 189 | 0.14 | 0.47 | 0 | 0.26 | 281.8 | 0.4 | 0.57 |
| Hex | A2 | 64 | BD | E | 2F | 0 | 1A | 11A | 28 | 39 |
| Octal | 242 | 144 | 275 | 16 | 57 | 0 | 32 | 432 | 50 | 71 |
| Binary | 10100010 | 1100100 | 10111101 | 1110 | 101111 | 0 | 11010 | 100011010 | 101000 | 111001 |
Color Harmonies of #A264BD
Complementary color
Monochromatic Colors of #A264BD
Black with #A264BD
Text Example
Text Example
White with #A264BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A264BD; }
p { color: rgb(162,100,189); }
H1.HeaderClassName
{
color: #A264BD;
}
.AnyTagClassName
{
color: #A264BD;
}
</style>
background-color css
<style>
a { background-color: #A264BD; }
a { background-color: rgb(162,100,189); }
div.DivClassName
{
background-color: #A264BD;
}
.BgClassName
{
background-color: #A264BD;
}
</style>
border-color css
<style>
span { border-color: #A264BD; }
span { border-color: rgb(162,100,189); }
td.TdClassName
{
border-color: #A264BD;
}
.TagClassName
{
border-color: #A264BD;
}
</style>