Shades of Wistful #A1A2DC
Tints of Wistful #A1A2DC
RGB
CMYK
RGB Variations
Color information
#A1A2DC (or 0xA1A2DC) is known color: Wistful. HEX triplet: A1, A2 and DC. RGB value is (161,162,220). Sum of RGB (Red+Green+Blue) = 161+162+220=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1A2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A2DC is #5E5D23. Grayscale: #A8A8A8. Windows color (decimal): -6184228 or 14459553. OLE color: 14459553.
HSL color Cylindrical-coordinate representation of color #A1A2DC: hue angle of 238.98º 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 #A1A2DC is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 162 | 220 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.14 |
| HSL | 238.98º | 0.46% | 0.75% | - |
| HSV(B) | 238.98º | 0.27% | 0.86% | - |
| XYZ | 40.54 | 38.59 | 73.02 | - |
| YUV | 168.31 | 157.17 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 220 | 0.27 | 0.26 | 0 | 0.14 | 238.98 | 0.46 | 0.75 |
| Hex | A1 | A2 | DC | 1B | 1A | 0 | E | EF | 2E | 4B |
| Octal | 241 | 242 | 334 | 33 | 32 | 0 | 16 | 357 | 56 | 113 |
| Binary | 10100001 | 10100010 | 11011100 | 11011 | 11010 | 0 | 1110 | 11101111 | 101110 | 1001011 |
Color Harmonies of #A1A2DC
Complementary color
Monochromatic Colors of #A1A2DC
Black with #A1A2DC
Text Example
Text Example
White with #A1A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A2DC; }
p { color: rgb(161,162,220); }
H1.HeaderClassName
{
color: #A1A2DC;
}
.AnyTagClassName
{
color: #A1A2DC;
}
</style>
background-color css
<style>
a { background-color: #A1A2DC; }
a { background-color: rgb(161,162,220); }
div.DivClassName
{
background-color: #A1A2DC;
}
.BgClassName
{
background-color: #A1A2DC;
}
</style>
border-color css
<style>
span { border-color: #A1A2DC; }
span { border-color: rgb(161,162,220); }
td.TdClassName
{
border-color: #A1A2DC;
}
.TagClassName
{
border-color: #A1A2DC;
}
</style>