Shades of Wistful #A090DB
Tints of Wistful #A090DB
RGB
CMYK
RGB Variations
Color information
#A090DB (or 0xA090DB) is known color: Wistful. HEX triplet: A0, 90 and DB. RGB value is (160,144,219). Sum of RGB (Red+Green+Blue) = 160+144+219=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #A090DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090DB is #5F6F24. Grayscale: #9D9D9D. Windows color (decimal): -6254373 or 14389408. OLE color: 14389408.
HSL color Cylindrical-coordinate representation of color #A090DB: hue angle of 252.8º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A090DB is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 144 | 219 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.14 |
| HSL | 252.8º | 0.51% | 0.71% | - |
| HSV(B) | 252.8º | 0.34% | 0.86% | - |
| XYZ | 37.26 | 32.53 | 71.33 | - |
| YUV | 157.33 | 162.8 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 219 | 0.27 | 0.34 | 0 | 0.14 | 252.8 | 0.51 | 0.71 |
| Hex | A0 | 90 | DB | 1B | 22 | 0 | E | FD | 33 | 47 |
| Octal | 240 | 220 | 333 | 33 | 42 | 0 | 16 | 375 | 63 | 107 |
| Binary | 10100000 | 10010000 | 11011011 | 11011 | 100010 | 0 | 1110 | 11111101 | 110011 | 1000111 |
Color Harmonies of #A090DB
Complementary color
Monochromatic Colors of #A090DB
Black with #A090DB
Text Example
Text Example
White with #A090DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A090DB; }
p { color: rgb(160,144,219); }
H1.HeaderClassName
{
color: #A090DB;
}
.AnyTagClassName
{
color: #A090DB;
}
</style>
background-color css
<style>
a { background-color: #A090DB; }
a { background-color: rgb(160,144,219); }
div.DivClassName
{
background-color: #A090DB;
}
.BgClassName
{
background-color: #A090DB;
}
</style>
border-color css
<style>
span { border-color: #A090DB; }
span { border-color: rgb(160,144,219); }
td.TdClassName
{
border-color: #A090DB;
}
.TagClassName
{
border-color: #A090DB;
}
</style>