Shades of Wistful #A1A5DC
Tints of Wistful #A1A5DC
RGB
CMYK
RGB Variations
Color information
#A1A5DC (or 0xA1A5DC) is known color: Wistful. HEX triplet: A1, A5 and DC. RGB value is (161,165,220). Sum of RGB (Red+Green+Blue) = 161+165+220=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1A5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A5DC is #5E5A23. Grayscale: #A9A9A9. Windows color (decimal): -6183460 or 14460321. OLE color: 14460321.
HSL color Cylindrical-coordinate representation of color #A1A5DC: hue angle of 235.93º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1A5DC is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 165 | 220 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.14 |
| HSL | 235.93º | 0.46% | 0.75% | - |
| HSV(B) | 235.93º | 0.27% | 0.86% | - |
| XYZ | 41.07 | 39.65 | 73.2 | - |
| YUV | 170.07 | 156.17 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 220 | 0.27 | 0.25 | 0 | 0.14 | 235.93 | 0.46 | 0.75 |
| Hex | A1 | A5 | DC | 1B | 19 | 0 | E | EC | 2E | 4B |
| Octal | 241 | 245 | 334 | 33 | 31 | 0 | 16 | 354 | 56 | 113 |
| Binary | 10100001 | 10100101 | 11011100 | 11011 | 11001 | 0 | 1110 | 11101100 | 101110 | 1001011 |
Color Harmonies of #A1A5DC
Complementary color
Monochromatic Colors of #A1A5DC
Black with #A1A5DC
Text Example
Text Example
White with #A1A5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A5DC; }
p { color: rgb(161,165,220); }
H1.HeaderClassName
{
color: #A1A5DC;
}
.AnyTagClassName
{
color: #A1A5DC;
}
</style>
background-color css
<style>
a { background-color: #A1A5DC; }
a { background-color: rgb(161,165,220); }
div.DivClassName
{
background-color: #A1A5DC;
}
.BgClassName
{
background-color: #A1A5DC;
}
</style>
border-color css
<style>
span { border-color: #A1A5DC; }
span { border-color: rgb(161,165,220); }
td.TdClassName
{
border-color: #A1A5DC;
}
.TagClassName
{
border-color: #A1A5DC;
}
</style>