Shades of Wistful #A69ECC
Tints of Wistful #A69ECC
RGB
CMYK
RGB Variations
Color information
#A69ECC (or 0xA69ECC) is known color: Wistful. HEX triplet: A6, 9E and CC. RGB value is (166,158,204). Sum of RGB (Red+Green+Blue) = 166+158+204=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #A69ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ECC is #596133. Grayscale: #A5A5A5. Windows color (decimal): -5857588 or 13409958. OLE color: 13409958.
HSL color Cylindrical-coordinate representation of color #A69ECC: hue angle of 250.43º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A69ECC is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 158 | 204 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.2 |
| HSL | 250.43º | 0.31% | 0.71% | - |
| HSV(B) | 250.43º | 0.23% | 0.8% | - |
| XYZ | 38.85 | 36.92 | 62.21 | - |
| YUV | 165.64 | 149.65 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 158 | 204 | 0.19 | 0.23 | 0 | 0.2 | 250.43 | 0.31 | 0.71 |
| Hex | A6 | 9E | CC | 13 | 17 | 0 | 14 | FA | 1F | 47 |
| Octal | 246 | 236 | 314 | 23 | 27 | 0 | 24 | 372 | 37 | 107 |
| Binary | 10100110 | 10011110 | 11001100 | 10011 | 10111 | 0 | 10100 | 11111010 | 11111 | 1000111 |
Color Harmonies of #A69ECC
Complementary color
Monochromatic Colors of #A69ECC
Black with #A69ECC
Text Example
Text Example
White with #A69ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69ECC; }
p { color: rgb(166,158,204); }
H1.HeaderClassName
{
color: #A69ECC;
}
.AnyTagClassName
{
color: #A69ECC;
}
</style>
background-color css
<style>
a { background-color: #A69ECC; }
a { background-color: rgb(166,158,204); }
div.DivClassName
{
background-color: #A69ECC;
}
.BgClassName
{
background-color: #A69ECC;
}
</style>
border-color css
<style>
span { border-color: #A69ECC; }
span { border-color: rgb(166,158,204); }
td.TdClassName
{
border-color: #A69ECC;
}
.TagClassName
{
border-color: #A69ECC;
}
</style>