Shades of Wistful #A2A6CE
Tints of Wistful #A2A6CE
RGB
CMYK
RGB Variations
Color information
#A2A6CE (or 0xA2A6CE) is known color: Wistful. HEX triplet: A2, A6 and CE. RGB value is (162,166,206). Sum of RGB (Red+Green+Blue) = 162+166+206=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #A2A6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A6CE is #5D5931. Grayscale: #A9A9A9. Windows color (decimal): -6117682 or 13543074. OLE color: 13543074.
HSL color Cylindrical-coordinate representation of color #A2A6CE: hue angle of 234.55º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2A6CE is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 166 | 206 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.19 |
| HSL | 234.55º | 0.31% | 0.72% | - |
| HSV(B) | 234.55º | 0.21% | 0.81% | - |
| XYZ | 39.68 | 39.41 | 63.91 | - |
| YUV | 169.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 166 | 206 | 0.21 | 0.19 | 0 | 0.19 | 234.55 | 0.31 | 0.72 |
| Hex | A2 | A6 | CE | 15 | 13 | 0 | 13 | EB | 1F | 48 |
| Octal | 242 | 246 | 316 | 25 | 23 | 0 | 23 | 353 | 37 | 110 |
| Binary | 10100010 | 10100110 | 11001110 | 10101 | 10011 | 0 | 10011 | 11101011 | 11111 | 1001000 |
Color Harmonies of #A2A6CE
Complementary color
Monochromatic Colors of #A2A6CE
Black with #A2A6CE
Text Example
Text Example
White with #A2A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A6CE; }
p { color: rgb(162,166,206); }
H1.HeaderClassName
{
color: #A2A6CE;
}
.AnyTagClassName
{
color: #A2A6CE;
}
</style>
background-color css
<style>
a { background-color: #A2A6CE; }
a { background-color: rgb(162,166,206); }
div.DivClassName
{
background-color: #A2A6CE;
}
.BgClassName
{
background-color: #A2A6CE;
}
</style>
border-color css
<style>
span { border-color: #A2A6CE; }
span { border-color: rgb(162,166,206); }
td.TdClassName
{
border-color: #A2A6CE;
}
.TagClassName
{
border-color: #A2A6CE;
}
</style>