Shades of Deep Lilac #A268BD
Tints of Deep Lilac #A268BD
RGB
CMYK
RGB Variations
Color information
#A268BD (or 0xA268BD) is known color: Deep Lilac. HEX triplet: A2, 68 and BD. RGB value is (162,104,189). Sum of RGB (Red+Green+Blue) = 162+104+189=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #A268BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A268BD is #5D9742. Grayscale: #828282. Windows color (decimal): -6133571 or 12413090. OLE color: 12413090.
HSL color Cylindrical-coordinate representation of color #A268BD: hue angle of 280.94º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A268BD is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 104 | 189 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.26 |
| HSL | 280.94º | 0.39% | 0.57% | - |
| HSV(B) | 280.94º | 0.45% | 0.74% | - |
| XYZ | 29.04 | 21.26 | 50.72 | - |
| YUV | 131.03 | 160.72 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 189 | 0.14 | 0.45 | 0 | 0.26 | 280.94 | 0.39 | 0.57 |
| Hex | A2 | 68 | BD | E | 2D | 0 | 1A | 119 | 27 | 39 |
| Octal | 242 | 150 | 275 | 16 | 55 | 0 | 32 | 431 | 47 | 71 |
| Binary | 10100010 | 1101000 | 10111101 | 1110 | 101101 | 0 | 11010 | 100011001 | 100111 | 111001 |
Color Harmonies of #A268BD
Complementary color
Monochromatic Colors of #A268BD
Black with #A268BD
Text Example
Text Example
White with #A268BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A268BD; }
p { color: rgb(162,104,189); }
H1.HeaderClassName
{
color: #A268BD;
}
.AnyTagClassName
{
color: #A268BD;
}
</style>
background-color css
<style>
a { background-color: #A268BD; }
a { background-color: rgb(162,104,189); }
div.DivClassName
{
background-color: #A268BD;
}
.BgClassName
{
background-color: #A268BD;
}
</style>
border-color css
<style>
span { border-color: #A268BD; }
span { border-color: rgb(162,104,189); }
td.TdClassName
{
border-color: #A268BD;
}
.TagClassName
{
border-color: #A268BD;
}
</style>