Shades of Wistful #A6A7CE
Tints of Wistful #A6A7CE
RGB
CMYK
RGB Variations
Color information
#A6A7CE (or 0xA6A7CE) is known color: Wistful. HEX triplet: A6, A7 and CE. RGB value is (166,167,206). Sum of RGB (Red+Green+Blue) = 166+167+206=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #A6A7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A7CE is #595831. Grayscale: #AAAAAA. Windows color (decimal): -5855282 or 13543334. OLE color: 13543334.
HSL color Cylindrical-coordinate representation of color #A6A7CE: hue angle of 238.5º 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 #A6A7CE is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 167 | 206 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.19 |
| HSL | 238.5º | 0.29% | 0.73% | - |
| HSV(B) | 238.5º | 0.19% | 0.81% | - |
| XYZ | 40.69 | 40.2 | 64.01 | - |
| YUV | 171.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 167 | 206 | 0.19 | 0.19 | 0 | 0.19 | 238.5 | 0.29 | 0.73 |
| Hex | A6 | A7 | CE | 13 | 13 | 0 | 13 | EE | 1D | 49 |
| Octal | 246 | 247 | 316 | 23 | 23 | 0 | 23 | 356 | 35 | 111 |
| Binary | 10100110 | 10100111 | 11001110 | 10011 | 10011 | 0 | 10011 | 11101110 | 11101 | 1001001 |
Color Harmonies of #A6A7CE
Complementary color
Monochromatic Colors of #A6A7CE
Black with #A6A7CE
Text Example
Text Example
White with #A6A7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A7CE; }
p { color: rgb(166,167,206); }
H1.HeaderClassName
{
color: #A6A7CE;
}
.AnyTagClassName
{
color: #A6A7CE;
}
</style>
background-color css
<style>
a { background-color: #A6A7CE; }
a { background-color: rgb(166,167,206); }
div.DivClassName
{
background-color: #A6A7CE;
}
.BgClassName
{
background-color: #A6A7CE;
}
</style>
border-color css
<style>
span { border-color: #A6A7CE; }
span { border-color: rgb(166,167,206); }
td.TdClassName
{
border-color: #A6A7CE;
}
.TagClassName
{
border-color: #A6A7CE;
}
</style>