Shades of Wistful #A1A0CF
Tints of Wistful #A1A0CF
RGB
CMYK
RGB Variations
Color information
#A1A0CF (or 0xA1A0CF) is known color: Wistful. HEX triplet: A1, A0 and CF. RGB value is (161,160,207). Sum of RGB (Red+Green+Blue) = 161+160+207=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 160 (62.89% from 255 or 30.30% 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 #A1A0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A0CF is #5E5F30. Grayscale: #A5A5A5. Windows color (decimal): -6184753 or 13607073. OLE color: 13607073.
HSL color Cylindrical-coordinate representation of color #A1A0CF: hue angle of 241.28º 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 #A1A0CF is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 160 | 207 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.19 |
| HSL | 241.28º | 0.33% | 0.72% | - |
| HSV(B) | 241.28º | 0.23% | 0.81% | - |
| XYZ | 38.53 | 37.22 | 64.19 | - |
| YUV | 165.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 207 | 0.22 | 0.23 | 0 | 0.19 | 241.28 | 0.33 | 0.72 |
| Hex | A1 | A0 | CF | 16 | 17 | 0 | 13 | F1 | 21 | 48 |
| Octal | 241 | 240 | 317 | 26 | 27 | 0 | 23 | 361 | 41 | 110 |
| Binary | 10100001 | 10100000 | 11001111 | 10110 | 10111 | 0 | 10011 | 11110001 | 100001 | 1001000 |
Color Harmonies of #A1A0CF
Complementary color
Monochromatic Colors of #A1A0CF
Black with #A1A0CF
Text Example
Text Example
White with #A1A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A0CF; }
p { color: rgb(161,160,207); }
H1.HeaderClassName
{
color: #A1A0CF;
}
.AnyTagClassName
{
color: #A1A0CF;
}
</style>
background-color css
<style>
a { background-color: #A1A0CF; }
a { background-color: rgb(161,160,207); }
div.DivClassName
{
background-color: #A1A0CF;
}
.BgClassName
{
background-color: #A1A0CF;
}
</style>
border-color css
<style>
span { border-color: #A1A0CF; }
span { border-color: rgb(161,160,207); }
td.TdClassName
{
border-color: #A1A0CF;
}
.TagClassName
{
border-color: #A1A0CF;
}
</style>