Shades of Wistful #AA9FDB
Tints of Wistful #AA9FDB
RGB
CMYK
RGB Variations
Color information
#AA9FDB (or 0xAA9FDB) is known color: Wistful. HEX triplet: AA, 9F and DB. RGB value is (170,159,219). Sum of RGB (Red+Green+Blue) = 170+159+219=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA9FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FDB is #556024. Grayscale: #A8A8A8. Windows color (decimal): -5595173 or 14393258. OLE color: 14393258.
HSL color Cylindrical-coordinate representation of color #AA9FDB: hue angle of 251º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA9FDB is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 170 | 159 | 219 | - |
CMYK | 0.22 | 0.27 | 0 | 0.14 |
HSL | 251º | 0.45% | 0.74% | - |
HSV(B) | 251º | 0.27% | 0.86% | - |
XYZ | 41.76 | 38.46 | 72.24 | - |
YUV | 169.13 | 156.14 | 128.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 159 | 219 | 0.22 | 0.27 | 0 | 0.14 | 251 | 0.45 | 0.74 |
Hex | AA | 9F | DB | 16 | 1B | 0 | E | FB | 2D | 4A |
Octal | 252 | 237 | 333 | 26 | 33 | 0 | 16 | 373 | 55 | 112 |
Binary | 10101010 | 10011111 | 11011011 | 10110 | 11011 | 0 | 1110 | 11111011 | 101101 | 1001010 |
Color Harmonies of #AA9FDB
Complementary color
Monochromatic Colors of #AA9FDB
Black with #AA9FDB
Text Example
Text Example
White with #AA9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9FDB; }
p { color: rgb(170,159,219); }
H1.HeaderClassName
{
color: #AA9FDB;
}
.AnyTagClassName
{
color: #AA9FDB;
}
</style>
background-color css
<style>
a { background-color: #AA9FDB; }
a { background-color: rgb(170,159,219); }
div.DivClassName
{
background-color: #AA9FDB;
}
.BgClassName
{
background-color: #AA9FDB;
}
</style>
border-color css
<style>
span { border-color: #AA9FDB; }
span { border-color: rgb(170,159,219); }
td.TdClassName
{
border-color: #AA9FDB;
}
.TagClassName
{
border-color: #AA9FDB;
}
</style>