Shades of Wistful #A1A0CD
Tints of Wistful #A1A0CD
RGB
CMYK
RGB Variations
Color information
#A1A0CD (or 0xA1A0CD) is known color: Wistful. HEX triplet: A1, A0 and CD. RGB value is (161,160,205). Sum of RGB (Red+Green+Blue) = 161+160+205=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1A0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A0CD is #5E5F32. Grayscale: #A5A5A5. Windows color (decimal): -6184755 or 13476001. OLE color: 13476001.
HSL color Cylindrical-coordinate representation of color #A1A0CD: hue angle of 241.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1A0CD is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 160 | 205 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.20 |
| HSL | 241.33º | 0.31% | 0.72% | - |
| HSV(B) | 241.33º | 0.22% | 0.8% | - |
| XYZ | 38.29 | 37.13 | 62.91 | - |
| YUV | 165.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 205 | 0.21 | 0.22 | 0 | 0.20 | 241.33 | 0.31 | 0.72 |
| Hex | A1 | A0 | CD | 15 | 16 | 0 | 14 | F1 | 1F | 48 |
| Octal | 241 | 240 | 315 | 25 | 26 | 0 | 24 | 361 | 37 | 110 |
| Binary | 10100001 | 10100000 | 11001101 | 10101 | 10110 | 0 | 10100 | 11110001 | 11111 | 1001000 |
Color Harmonies of #A1A0CD
Complementary color
Monochromatic Colors of #A1A0CD
Black with #A1A0CD
Text Example
Text Example
White with #A1A0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A0CD; }
p { color: rgb(161,160,205); }
H1.HeaderClassName
{
color: #A1A0CD;
}
.AnyTagClassName
{
color: #A1A0CD;
}
</style>
background-color css
<style>
a { background-color: #A1A0CD; }
a { background-color: rgb(161,160,205); }
div.DivClassName
{
background-color: #A1A0CD;
}
.BgClassName
{
background-color: #A1A0CD;
}
</style>
border-color css
<style>
span { border-color: #A1A0CD; }
span { border-color: rgb(161,160,205); }
td.TdClassName
{
border-color: #A1A0CD;
}
.TagClassName
{
border-color: #A1A0CD;
}
</style>