Shades of Wistful #A0A1CF
Tints of Wistful #A0A1CF
RGB
CMYK
RGB Variations
Color information
#A0A1CF (or 0xA0A1CF) is known color: Wistful. HEX triplet: A0, A1 and CF. RGB value is (160,161,207). Sum of RGB (Red+Green+Blue) = 160+161+207=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #A0A1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A1CF is #5F5E30. Grayscale: #A5A5A5. Windows color (decimal): -6250033 or 13607328. OLE color: 13607328.
HSL color Cylindrical-coordinate representation of color #A0A1CF: hue angle of 238.72º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0A1CF is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 161 | 207 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.19 |
| HSL | 238.72º | 0.33% | 0.72% | - |
| HSV(B) | 238.72º | 0.23% | 0.81% | - |
| XYZ | 38.5 | 37.47 | 64.23 | - |
| YUV | 165.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 207 | 0.23 | 0.22 | 0 | 0.19 | 238.72 | 0.33 | 0.72 |
| Hex | A0 | A1 | CF | 17 | 16 | 0 | 13 | EF | 21 | 48 |
| Octal | 240 | 241 | 317 | 27 | 26 | 0 | 23 | 357 | 41 | 110 |
| Binary | 10100000 | 10100001 | 11001111 | 10111 | 10110 | 0 | 10011 | 11101111 | 100001 | 1001000 |
Color Harmonies of #A0A1CF
Complementary color
Monochromatic Colors of #A0A1CF
Black with #A0A1CF
Text Example
Text Example
White with #A0A1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A1CF; }
p { color: rgb(160,161,207); }
H1.HeaderClassName
{
color: #A0A1CF;
}
.AnyTagClassName
{
color: #A0A1CF;
}
</style>
background-color css
<style>
a { background-color: #A0A1CF; }
a { background-color: rgb(160,161,207); }
div.DivClassName
{
background-color: #A0A1CF;
}
.BgClassName
{
background-color: #A0A1CF;
}
</style>
border-color css
<style>
span { border-color: #A0A1CF; }
span { border-color: rgb(160,161,207); }
td.TdClassName
{
border-color: #A0A1CF;
}
.TagClassName
{
border-color: #A0A1CF;
}
</style>