Shades of Wistful #A1A3DD
Tints of Wistful #A1A3DD
RGB
CMYK
RGB Variations
Color information
#A1A3DD (or 0xA1A3DD) is known color: Wistful. HEX triplet: A1, A3 and DD. RGB value is (161,163,221). Sum of RGB (Red+Green+Blue) = 161+163+221=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1A3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A3DD is #5E5C22. Grayscale: #A8A8A8. Windows color (decimal): -6183971 or 14525345. OLE color: 14525345.
HSL color Cylindrical-coordinate representation of color #A1A3DD: hue angle of 238º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1A3DD is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 163 | 221 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.13 |
| HSL | 238º | 0.47% | 0.75% | - |
| HSV(B) | 238º | 0.27% | 0.87% | - |
| XYZ | 40.85 | 38.99 | 73.78 | - |
| YUV | 169.01 | 157.34 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 163 | 221 | 0.27 | 0.26 | 0 | 0.13 | 238 | 0.47 | 0.75 |
| Hex | A1 | A3 | DD | 1B | 1A | 0 | D | EE | 2F | 4B |
| Octal | 241 | 243 | 335 | 33 | 32 | 0 | 15 | 356 | 57 | 113 |
| Binary | 10100001 | 10100011 | 11011101 | 11011 | 11010 | 0 | 1101 | 11101110 | 101111 | 1001011 |
Color Harmonies of #A1A3DD
Complementary color
Monochromatic Colors of #A1A3DD
Black with #A1A3DD
Text Example
Text Example
White with #A1A3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A3DD; }
p { color: rgb(161,163,221); }
H1.HeaderClassName
{
color: #A1A3DD;
}
.AnyTagClassName
{
color: #A1A3DD;
}
</style>
background-color css
<style>
a { background-color: #A1A3DD; }
a { background-color: rgb(161,163,221); }
div.DivClassName
{
background-color: #A1A3DD;
}
.BgClassName
{
background-color: #A1A3DD;
}
</style>
border-color css
<style>
span { border-color: #A1A3DD; }
span { border-color: rgb(161,163,221); }
td.TdClassName
{
border-color: #A1A3DD;
}
.TagClassName
{
border-color: #A1A3DD;
}
</style>