Shades of Wistful #A2A0D6
Tints of Wistful #A2A0D6
RGB
CMYK
RGB Variations
Color information
#A2A0D6 (or 0xA2A0D6) is known color: Wistful. HEX triplet: A2, A0 and D6. RGB value is (162,160,214). Sum of RGB (Red+Green+Blue) = 162+160+214=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 214 - color contains mainly: blue. Hex color #A2A0D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A0D6 is #5D5F29. Grayscale: #A6A6A6. Windows color (decimal): -6119210 or 14065826. OLE color: 14065826.
HSL color Cylindrical-coordinate representation of color #A2A0D6: hue angle of 242.22º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2A0D6 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 160 | 214 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.16 |
| HSL | 242.22º | 0.4% | 0.73% | - |
| HSV(B) | 242.22º | 0.25% | 0.84% | - |
| XYZ | 39.61 | 37.68 | 68.8 | - |
| YUV | 166.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 160 | 214 | 0.24 | 0.25 | 0 | 0.16 | 242.22 | 0.4 | 0.73 |
| Hex | A2 | A0 | D6 | 18 | 19 | 0 | 10 | F2 | 28 | 49 |
| Octal | 242 | 240 | 326 | 30 | 31 | 0 | 20 | 362 | 50 | 111 |
| Binary | 10100010 | 10100000 | 11010110 | 11000 | 11001 | 0 | 10000 | 11110010 | 101000 | 1001001 |
Color Harmonies of #A2A0D6
Complementary color
Monochromatic Colors of #A2A0D6
Black with #A2A0D6
Text Example
Text Example
White with #A2A0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A0D6; }
p { color: rgb(162,160,214); }
H1.HeaderClassName
{
color: #A2A0D6;
}
.AnyTagClassName
{
color: #A2A0D6;
}
</style>
background-color css
<style>
a { background-color: #A2A0D6; }
a { background-color: rgb(162,160,214); }
div.DivClassName
{
background-color: #A2A0D6;
}
.BgClassName
{
background-color: #A2A0D6;
}
</style>
border-color css
<style>
span { border-color: #A2A0D6; }
span { border-color: rgb(162,160,214); }
td.TdClassName
{
border-color: #A2A0D6;
}
.TagClassName
{
border-color: #A2A0D6;
}
</style>