Shades of Deep Lilac #A069B9
Tints of Deep Lilac #A069B9
RGB
CMYK
RGB Variations
Color information
#A069B9 (or 0xA069B9) is known color: Deep Lilac. HEX triplet: A0, 69 and B9. RGB value is (160,105,185). Sum of RGB (Red+Green+Blue) = 160+105+185=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 185 - color contains mainly: blue. Hex color #A069B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069B9 is #5F9646. Grayscale: #828282. Windows color (decimal): -6264391 or 12151200. OLE color: 12151200.
HSL color Cylindrical-coordinate representation of color #A069B9: hue angle of 281.25º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A069B9 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 105 | 185 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.27 |
| HSL | 281.25º | 0.36% | 0.57% | - |
| HSV(B) | 281.25º | 0.43% | 0.73% | - |
| XYZ | 28.31 | 21.08 | 48.48 | - |
| YUV | 130.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 185 | 0.14 | 0.43 | 0 | 0.27 | 281.25 | 0.36 | 0.57 |
| Hex | A0 | 69 | B9 | E | 2B | 0 | 1B | 119 | 24 | 39 |
| Octal | 240 | 151 | 271 | 16 | 53 | 0 | 33 | 431 | 44 | 71 |
| Binary | 10100000 | 1101001 | 10111001 | 1110 | 101011 | 0 | 11011 | 100011001 | 100100 | 111001 |
Color Harmonies of #A069B9
Complementary color
Monochromatic Colors of #A069B9
Black with #A069B9
Text Example
Text Example
White with #A069B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069B9; }
p { color: rgb(160,105,185); }
H1.HeaderClassName
{
color: #A069B9;
}
.AnyTagClassName
{
color: #A069B9;
}
</style>
background-color css
<style>
a { background-color: #A069B9; }
a { background-color: rgb(160,105,185); }
div.DivClassName
{
background-color: #A069B9;
}
.BgClassName
{
background-color: #A069B9;
}
</style>
border-color css
<style>
span { border-color: #A069B9; }
span { border-color: rgb(160,105,185); }
td.TdClassName
{
border-color: #A069B9;
}
.TagClassName
{
border-color: #A069B9;
}
</style>