Shades of Wistful #AAA0DB
Tints of Wistful #AAA0DB
RGB
CMYK
RGB Variations
Color information
#AAA0DB (or 0xAAA0DB) is known color: Wistful. HEX triplet: AA, A0 and DB. RGB value is (170,160,219). Sum of RGB (Red+Green+Blue) = 170+160+219=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAA0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0DB is #555F24. Grayscale: #A9A9A9. Windows color (decimal): -5594917 or 14393514. OLE color: 14393514.
HSL color Cylindrical-coordinate representation of color #AAA0DB: hue angle of 250.17º 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 #AAA0DB is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 170 | 160 | 219 | - |
CMYK | 0.22 | 0.27 | 0 | 0.14 |
HSL | 250.17º | 0.45% | 0.74% | - |
HSV(B) | 250.17º | 0.27% | 0.86% | - |
XYZ | 41.93 | 38.8 | 72.3 | - |
YUV | 169.72 | 155.81 | 128.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 160 | 219 | 0.22 | 0.27 | 0 | 0.14 | 250.17 | 0.45 | 0.74 |
Hex | AA | A0 | DB | 16 | 1B | 0 | E | FA | 2D | 4A |
Octal | 252 | 240 | 333 | 26 | 33 | 0 | 16 | 372 | 55 | 112 |
Binary | 10101010 | 10100000 | 11011011 | 10110 | 11011 | 0 | 1110 | 11111010 | 101101 | 1001010 |
Color Harmonies of #AAA0DB
Complementary color
Monochromatic Colors of #AAA0DB
Black with #AAA0DB
Text Example
Text Example
White with #AAA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA0DB; }
p { color: rgb(170,160,219); }
H1.HeaderClassName
{
color: #AAA0DB;
}
.AnyTagClassName
{
color: #AAA0DB;
}
</style>
background-color css
<style>
a { background-color: #AAA0DB; }
a { background-color: rgb(170,160,219); }
div.DivClassName
{
background-color: #AAA0DB;
}
.BgClassName
{
background-color: #AAA0DB;
}
</style>
border-color css
<style>
span { border-color: #AAA0DB; }
span { border-color: rgb(170,160,219); }
td.TdClassName
{
border-color: #AAA0DB;
}
.TagClassName
{
border-color: #AAA0DB;
}
</style>