Shades of Wistful #A69CE8
Tints of Wistful #A69CE8
RGB
CMYK
RGB Variations
Color information
#A69CE8 (or 0xA69CE8) is known color: Wistful. HEX triplet: A6, 9C and E8. RGB value is (166,156,232). Sum of RGB (Red+Green+Blue) = 166+156+232=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 232 (91.02% from 255 or 41.88% from 554); Max value from RGB is 232 - color contains mainly: blue. Hex color #A69CE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69CE8 is #596317. Grayscale: #A7A7A7. Windows color (decimal): -5858072 or 15244454. OLE color: 15244454.
HSL color Cylindrical-coordinate representation of color #A69CE8: hue angle of 247.89º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A69CE8 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 156 | 232 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.09 |
| HSL | 247.89º | 0.62% | 0.76% | - |
| HSV(B) | 247.89º | 0.33% | 0.91% | - |
| XYZ | 42.18 | 37.71 | 81.4 | - |
| YUV | 167.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 232 | 0.28 | 0.33 | 0 | 0.09 | 247.89 | 0.62 | 0.76 |
| Hex | A6 | 9C | E8 | 1C | 21 | 0 | 9 | F8 | 3E | 4C |
| Octal | 246 | 234 | 350 | 34 | 41 | 0 | 11 | 370 | 76 | 114 |
| Binary | 10100110 | 10011100 | 11101000 | 11100 | 100001 | 0 | 1001 | 11111000 | 111110 | 1001100 |
Color Harmonies of #A69CE8
Complementary color
Monochromatic Colors of #A69CE8
Black with #A69CE8
Text Example
Text Example
White with #A69CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69CE8; }
p { color: rgb(166,156,232); }
H1.HeaderClassName
{
color: #A69CE8;
}
.AnyTagClassName
{
color: #A69CE8;
}
</style>
background-color css
<style>
a { background-color: #A69CE8; }
a { background-color: rgb(166,156,232); }
div.DivClassName
{
background-color: #A69CE8;
}
.BgClassName
{
background-color: #A69CE8;
}
</style>
border-color css
<style>
span { border-color: #A69CE8; }
span { border-color: rgb(166,156,232); }
td.TdClassName
{
border-color: #A69CE8;
}
.TagClassName
{
border-color: #A69CE8;
}
</style>