Shades of Wistful #A0A1DD
Tints of Wistful #A0A1DD
RGB
CMYK
RGB Variations
Color information
#A0A1DD (or 0xA0A1DD) is known color: Wistful. HEX triplet: A0, A1 and DD. RGB value is (160,161,221). Sum of RGB (Red+Green+Blue) = 160+161+221=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0A1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A1DD is #5F5E22. Grayscale: #A7A7A7. Windows color (decimal): -6250019 or 14524832. OLE color: 14524832.
HSL color Cylindrical-coordinate representation of color #A0A1DD: hue angle of 239.02º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0A1DD is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 161 | 221 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.13 |
| HSL | 239.02º | 0.47% | 0.75% | - |
| HSV(B) | 239.02º | 0.28% | 0.87% | - |
| XYZ | 40.29 | 38.18 | 73.65 | - |
| YUV | 167.54 | 158.17 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 221 | 0.28 | 0.27 | 0 | 0.13 | 239.02 | 0.47 | 0.75 |
| Hex | A0 | A1 | DD | 1C | 1B | 0 | D | EF | 2F | 4B |
| Octal | 240 | 241 | 335 | 34 | 33 | 0 | 15 | 357 | 57 | 113 |
| Binary | 10100000 | 10100001 | 11011101 | 11100 | 11011 | 0 | 1101 | 11101111 | 101111 | 1001011 |
Color Harmonies of #A0A1DD
Complementary color
Monochromatic Colors of #A0A1DD
Black with #A0A1DD
Text Example
Text Example
White with #A0A1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A1DD; }
p { color: rgb(160,161,221); }
H1.HeaderClassName
{
color: #A0A1DD;
}
.AnyTagClassName
{
color: #A0A1DD;
}
</style>
background-color css
<style>
a { background-color: #A0A1DD; }
a { background-color: rgb(160,161,221); }
div.DivClassName
{
background-color: #A0A1DD;
}
.BgClassName
{
background-color: #A0A1DD;
}
</style>
border-color css
<style>
span { border-color: #A0A1DD; }
span { border-color: rgb(160,161,221); }
td.TdClassName
{
border-color: #A0A1DD;
}
.TagClassName
{
border-color: #A0A1DD;
}
</style>