Shades of Wistful #A1A0D2
Tints of Wistful #A1A0D2
RGB
CMYK
RGB Variations
Color information
#A1A0D2 (or 0xA1A0D2) is known color: Wistful. HEX triplet: A1, A0 and D2. RGB value is (161,160,210). Sum of RGB (Red+Green+Blue) = 161+160+210=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 210 - color contains mainly: blue. Hex color #A1A0D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A0D2 is #5E5F2D. Grayscale: #A5A5A5. Windows color (decimal): -6184750 or 13803681. OLE color: 13803681.
HSL color Cylindrical-coordinate representation of color #A1A0D2: hue angle of 241.2º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1A0D2 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 160 | 210 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.18 |
| HSL | 241.2º | 0.36% | 0.73% | - |
| HSV(B) | 241.2º | 0.24% | 0.82% | - |
| XYZ | 38.9 | 37.37 | 66.14 | - |
| YUV | 166 | 152.83 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 210 | 0.23 | 0.24 | 0 | 0.18 | 241.2 | 0.36 | 0.73 |
| Hex | A1 | A0 | D2 | 17 | 18 | 0 | 12 | F1 | 24 | 49 |
| Octal | 241 | 240 | 322 | 27 | 30 | 0 | 22 | 361 | 44 | 111 |
| Binary | 10100001 | 10100000 | 11010010 | 10111 | 11000 | 0 | 10010 | 11110001 | 100100 | 1001001 |
Color Harmonies of #A1A0D2
Complementary color
Monochromatic Colors of #A1A0D2
Black with #A1A0D2
Text Example
Text Example
White with #A1A0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A0D2; }
p { color: rgb(161,160,210); }
H1.HeaderClassName
{
color: #A1A0D2;
}
.AnyTagClassName
{
color: #A1A0D2;
}
</style>
background-color css
<style>
a { background-color: #A1A0D2; }
a { background-color: rgb(161,160,210); }
div.DivClassName
{
background-color: #A1A0D2;
}
.BgClassName
{
background-color: #A1A0D2;
}
</style>
border-color css
<style>
span { border-color: #A1A0D2; }
span { border-color: rgb(161,160,210); }
td.TdClassName
{
border-color: #A1A0D2;
}
.TagClassName
{
border-color: #A1A0D2;
}
</style>