Shades of Wistful #A69FE4
Tints of Wistful #A69FE4
RGB
CMYK
RGB Variations
Color information
#A69FE4 (or 0xA69FE4) is known color: Wistful. HEX triplet: A6, 9F and E4. RGB value is (166,159,228). Sum of RGB (Red+Green+Blue) = 166+159+228=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 228 - color contains mainly: blue. Hex color #A69FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FE4 is #59601B. Grayscale: #A8A8A8. Windows color (decimal): -5857308 or 14983078. OLE color: 14983078.
HSL color Cylindrical-coordinate representation of color #A69FE4: hue angle of 246.09º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A69FE4 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 159 | 228 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.11 |
| HSL | 246.09º | 0.56% | 0.76% | - |
| HSV(B) | 246.09º | 0.3% | 0.89% | - |
| XYZ | 42.13 | 38.5 | 78.61 | - |
| YUV | 168.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 228 | 0.27 | 0.30 | 0 | 0.11 | 246.09 | 0.56 | 0.76 |
| Hex | A6 | 9F | E4 | 1B | 1E | 0 | B | F6 | 38 | 4C |
| Octal | 246 | 237 | 344 | 33 | 36 | 0 | 13 | 366 | 70 | 114 |
| Binary | 10100110 | 10011111 | 11100100 | 11011 | 11110 | 0 | 1011 | 11110110 | 111000 | 1001100 |
Color Harmonies of #A69FE4
Complementary color
Monochromatic Colors of #A69FE4
Black with #A69FE4
Text Example
Text Example
White with #A69FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69FE4; }
p { color: rgb(166,159,228); }
H1.HeaderClassName
{
color: #A69FE4;
}
.AnyTagClassName
{
color: #A69FE4;
}
</style>
background-color css
<style>
a { background-color: #A69FE4; }
a { background-color: rgb(166,159,228); }
div.DivClassName
{
background-color: #A69FE4;
}
.BgClassName
{
background-color: #A69FE4;
}
</style>
border-color css
<style>
span { border-color: #A69FE4; }
span { border-color: rgb(166,159,228); }
td.TdClassName
{
border-color: #A69FE4;
}
.TagClassName
{
border-color: #A69FE4;
}
</style>