Shades of Wistful #A6A8CE
Tints of Wistful #A6A8CE
RGB
CMYK
RGB Variations
Color information
#A6A8CE (or 0xA6A8CE) is known color: Wistful. HEX triplet: A6, A8 and CE. RGB value is (166,168,206). Sum of RGB (Red+Green+Blue) = 166+168+206=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #A6A8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A8CE is #595731. Grayscale: #ABABAB. Windows color (decimal): -5855026 or 13543590. OLE color: 13543590.
HSL color Cylindrical-coordinate representation of color #A6A8CE: hue angle of 237º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6A8CE is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 168 | 206 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.19 |
| HSL | 237º | 0.29% | 0.73% | - |
| HSV(B) | 237º | 0.19% | 0.81% | - |
| XYZ | 40.87 | 40.57 | 64.07 | - |
| YUV | 171.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 168 | 206 | 0.19 | 0.18 | 0 | 0.19 | 237 | 0.29 | 0.73 |
| Hex | A6 | A8 | CE | 13 | 12 | 0 | 13 | ED | 1D | 49 |
| Octal | 246 | 250 | 316 | 23 | 22 | 0 | 23 | 355 | 35 | 111 |
| Binary | 10100110 | 10101000 | 11001110 | 10011 | 10010 | 0 | 10011 | 11101101 | 11101 | 1001001 |
Color Harmonies of #A6A8CE
Complementary color
Monochromatic Colors of #A6A8CE
Black with #A6A8CE
Text Example
Text Example
White with #A6A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A8CE; }
p { color: rgb(166,168,206); }
H1.HeaderClassName
{
color: #A6A8CE;
}
.AnyTagClassName
{
color: #A6A8CE;
}
</style>
background-color css
<style>
a { background-color: #A6A8CE; }
a { background-color: rgb(166,168,206); }
div.DivClassName
{
background-color: #A6A8CE;
}
.BgClassName
{
background-color: #A6A8CE;
}
</style>
border-color css
<style>
span { border-color: #A6A8CE; }
span { border-color: rgb(166,168,206); }
td.TdClassName
{
border-color: #A6A8CE;
}
.TagClassName
{
border-color: #A6A8CE;
}
</style>