Shades of Wistful #A090DD
Tints of Wistful #A090DD
RGB
CMYK
RGB Variations
Color information
#A090DD (or 0xA090DD) is known color: Wistful. HEX triplet: A0, 90 and DD. RGB value is (160,144,221). Sum of RGB (Red+Green+Blue) = 160+144+221=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #A090DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090DD is #5F6F22. Grayscale: #9D9D9D. Windows color (decimal): -6254371 or 14520480. OLE color: 14520480.
HSL color Cylindrical-coordinate representation of color #A090DD: hue angle of 252.47º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A090DD is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 144 | 221 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.13 |
| HSL | 252.47º | 0.53% | 0.72% | - |
| HSV(B) | 252.47º | 0.35% | 0.87% | - |
| XYZ | 37.52 | 32.64 | 72.73 | - |
| YUV | 157.56 | 163.8 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 221 | 0.28 | 0.35 | 0 | 0.13 | 252.47 | 0.53 | 0.72 |
| Hex | A0 | 90 | DD | 1C | 23 | 0 | D | FC | 35 | 48 |
| Octal | 240 | 220 | 335 | 34 | 43 | 0 | 15 | 374 | 65 | 110 |
| Binary | 10100000 | 10010000 | 11011101 | 11100 | 100011 | 0 | 1101 | 11111100 | 110101 | 1001000 |
Color Harmonies of #A090DD
Complementary color
Monochromatic Colors of #A090DD
Black with #A090DD
Text Example
Text Example
White with #A090DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A090DD; }
p { color: rgb(160,144,221); }
H1.HeaderClassName
{
color: #A090DD;
}
.AnyTagClassName
{
color: #A090DD;
}
</style>
background-color css
<style>
a { background-color: #A090DD; }
a { background-color: rgb(160,144,221); }
div.DivClassName
{
background-color: #A090DD;
}
.BgClassName
{
background-color: #A090DD;
}
</style>
border-color css
<style>
span { border-color: #A090DD; }
span { border-color: rgb(160,144,221); }
td.TdClassName
{
border-color: #A090DD;
}
.TagClassName
{
border-color: #A090DD;
}
</style>