Shades of Wistful #A0A1DF
Tints of Wistful #A0A1DF
RGB
CMYK
RGB Variations
Color information
#A0A1DF (or 0xA0A1DF) is known color: Wistful. HEX triplet: A0, A1 and DF. RGB value is (160,161,223). Sum of RGB (Red+Green+Blue) = 160+161+223=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0A1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A1DF is #5F5E20. Grayscale: #A7A7A7. Windows color (decimal): -6250017 or 14655904. OLE color: 14655904.
HSL color Cylindrical-coordinate representation of color #A0A1DF: hue angle of 239.05º degrees, saturation: 0.5, 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 #A0A1DF is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 161 | 223 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.13 |
| HSL | 239.05º | 0.5% | 0.75% | - |
| HSV(B) | 239.05º | 0.28% | 0.87% | - |
| XYZ | 40.56 | 38.29 | 75.07 | - |
| YUV | 167.77 | 159.17 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 223 | 0.28 | 0.28 | 0 | 0.13 | 239.05 | 0.5 | 0.75 |
| Hex | A0 | A1 | DF | 1C | 1C | 0 | D | EF | 32 | 4B |
| Octal | 240 | 241 | 337 | 34 | 34 | 0 | 15 | 357 | 62 | 113 |
| Binary | 10100000 | 10100001 | 11011111 | 11100 | 11100 | 0 | 1101 | 11101111 | 110010 | 1001011 |
Color Harmonies of #A0A1DF
Complementary color
Monochromatic Colors of #A0A1DF
Black with #A0A1DF
Text Example
Text Example
White with #A0A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A1DF; }
p { color: rgb(160,161,223); }
H1.HeaderClassName
{
color: #A0A1DF;
}
.AnyTagClassName
{
color: #A0A1DF;
}
</style>
background-color css
<style>
a { background-color: #A0A1DF; }
a { background-color: rgb(160,161,223); }
div.DivClassName
{
background-color: #A0A1DF;
}
.BgClassName
{
background-color: #A0A1DF;
}
</style>
border-color css
<style>
span { border-color: #A0A1DF; }
span { border-color: rgb(160,161,223); }
td.TdClassName
{
border-color: #A0A1DF;
}
.TagClassName
{
border-color: #A0A1DF;
}
</style>