Shades of Wistful #A090DC
Tints of Wistful #A090DC
RGB
CMYK
RGB Variations
Color information
#A090DC (or 0xA090DC) is known color: Wistful. HEX triplet: A0, 90 and DC. RGB value is (160,144,220). Sum of RGB (Red+Green+Blue) = 160+144+220=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #A090DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090DC is #5F6F23. Grayscale: #9D9D9D. Windows color (decimal): -6254372 or 14454944. OLE color: 14454944.
HSL color Cylindrical-coordinate representation of color #A090DC: hue angle of 252.63º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A090DC is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 144 | 220 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.14 |
| HSL | 252.63º | 0.52% | 0.71% | - |
| HSV(B) | 252.63º | 0.35% | 0.86% | - |
| XYZ | 37.39 | 32.59 | 72.03 | - |
| YUV | 157.45 | 163.3 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 220 | 0.27 | 0.35 | 0 | 0.14 | 252.63 | 0.52 | 0.71 |
| Hex | A0 | 90 | DC | 1B | 23 | 0 | E | FD | 34 | 47 |
| Octal | 240 | 220 | 334 | 33 | 43 | 0 | 16 | 375 | 64 | 107 |
| Binary | 10100000 | 10010000 | 11011100 | 11011 | 100011 | 0 | 1110 | 11111101 | 110100 | 1000111 |
Color Harmonies of #A090DC
Complementary color
Monochromatic Colors of #A090DC
Black with #A090DC
Text Example
Text Example
White with #A090DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A090DC; }
p { color: rgb(160,144,220); }
H1.HeaderClassName
{
color: #A090DC;
}
.AnyTagClassName
{
color: #A090DC;
}
</style>
background-color css
<style>
a { background-color: #A090DC; }
a { background-color: rgb(160,144,220); }
div.DivClassName
{
background-color: #A090DC;
}
.BgClassName
{
background-color: #A090DC;
}
</style>
border-color css
<style>
span { border-color: #A090DC; }
span { border-color: rgb(160,144,220); }
td.TdClassName
{
border-color: #A090DC;
}
.TagClassName
{
border-color: #A090DC;
}
</style>