Shades of Wistful #A0A1DB
Tints of Wistful #A0A1DB
RGB
CMYK
RGB Variations
Color information
#A0A1DB (or 0xA0A1DB) is known color: Wistful. HEX triplet: A0, A1 and DB. RGB value is (160,161,219). Sum of RGB (Red+Green+Blue) = 160+161+219=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0A1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A1DB is #5F5E24. Grayscale: #A7A7A7. Windows color (decimal): -6250021 or 14393760. OLE color: 14393760.
HSL color Cylindrical-coordinate representation of color #A0A1DB: hue angle of 238.98º 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 #A0A1DB is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 161 | 219 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.14 |
| HSL | 238.98º | 0.45% | 0.74% | - |
| HSV(B) | 238.98º | 0.27% | 0.86% | - |
| XYZ | 40.03 | 38.08 | 72.26 | - |
| YUV | 167.31 | 157.17 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 219 | 0.27 | 0.26 | 0 | 0.14 | 238.98 | 0.45 | 0.74 |
| Hex | A0 | A1 | DB | 1B | 1A | 0 | E | EF | 2D | 4A |
| Octal | 240 | 241 | 333 | 33 | 32 | 0 | 16 | 357 | 55 | 112 |
| Binary | 10100000 | 10100001 | 11011011 | 11011 | 11010 | 0 | 1110 | 11101111 | 101101 | 1001010 |
Color Harmonies of #A0A1DB
Complementary color
Monochromatic Colors of #A0A1DB
Black with #A0A1DB
Text Example
Text Example
White with #A0A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A1DB; }
p { color: rgb(160,161,219); }
H1.HeaderClassName
{
color: #A0A1DB;
}
.AnyTagClassName
{
color: #A0A1DB;
}
</style>
background-color css
<style>
a { background-color: #A0A1DB; }
a { background-color: rgb(160,161,219); }
div.DivClassName
{
background-color: #A0A1DB;
}
.BgClassName
{
background-color: #A0A1DB;
}
</style>
border-color css
<style>
span { border-color: #A0A1DB; }
span { border-color: rgb(160,161,219); }
td.TdClassName
{
border-color: #A0A1DB;
}
.TagClassName
{
border-color: #A0A1DB;
}
</style>