Shades of Deep Lilac #A468B9
Tints of Deep Lilac #A468B9
RGB
CMYK
RGB Variations
Color information
#A468B9 (or 0xA468B9) is known color: Deep Lilac. HEX triplet: A4, 68 and B9. RGB value is (164,104,185). Sum of RGB (Red+Green+Blue) = 164+104+185=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 185 - color contains mainly: blue. Hex color #A468B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468B9 is #5B9746. Grayscale: #828282. Windows color (decimal): -6002503 or 12150948. OLE color: 12150948.
HSL color Cylindrical-coordinate representation of color #A468B9: hue angle of 284.44º 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 #A468B9 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 104 | 185 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.27 |
| HSL | 284.44º | 0.37% | 0.57% | - |
| HSV(B) | 284.44º | 0.44% | 0.73% | - |
| XYZ | 29.02 | 21.3 | 48.48 | - |
| YUV | 131.17 | 158.38 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 104 | 185 | 0.11 | 0.44 | 0 | 0.27 | 284.44 | 0.37 | 0.57 |
| Hex | A4 | 68 | B9 | B | 2C | 0 | 1B | 11C | 25 | 39 |
| Octal | 244 | 150 | 271 | 13 | 54 | 0 | 33 | 434 | 45 | 71 |
| Binary | 10100100 | 1101000 | 10111001 | 1011 | 101100 | 0 | 11011 | 100011100 | 100101 | 111001 |
Color Harmonies of #A468B9
Complementary color
Monochromatic Colors of #A468B9
Black with #A468B9
Text Example
Text Example
White with #A468B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A468B9; }
p { color: rgb(164,104,185); }
H1.HeaderClassName
{
color: #A468B9;
}
.AnyTagClassName
{
color: #A468B9;
}
</style>
background-color css
<style>
a { background-color: #A468B9; }
a { background-color: rgb(164,104,185); }
div.DivClassName
{
background-color: #A468B9;
}
.BgClassName
{
background-color: #A468B9;
}
</style>
border-color css
<style>
span { border-color: #A468B9; }
span { border-color: rgb(164,104,185); }
td.TdClassName
{
border-color: #A468B9;
}
.TagClassName
{
border-color: #A468B9;
}
</style>