Shades of Wistful #A69FE3
Tints of Wistful #A69FE3
RGB
CMYK
RGB Variations
Color information
#A69FE3 (or 0xA69FE3) is known color: Wistful. HEX triplet: A6, 9F and E3. RGB value is (166,159,227). Sum of RGB (Red+Green+Blue) = 166+159+227=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 227 (89.06% from 255 or 41.12% from 552); Max value from RGB is 227 - color contains mainly: blue. Hex color #A69FE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FE3 is #59601C. Grayscale: #A8A8A8. Windows color (decimal): -5857309 or 14917542. OLE color: 14917542.
HSL color Cylindrical-coordinate representation of color #A69FE3: hue angle of 246.18º degrees, saturation: 0.55, 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 #A69FE3 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 159 | 227 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.11 |
| HSL | 246.18º | 0.55% | 0.76% | - |
| HSV(B) | 246.18º | 0.3% | 0.89% | - |
| XYZ | 41.99 | 38.45 | 77.88 | - |
| YUV | 168.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 227 | 0.27 | 0.30 | 0 | 0.11 | 246.18 | 0.55 | 0.76 |
| Hex | A6 | 9F | E3 | 1B | 1E | 0 | B | F6 | 37 | 4C |
| Octal | 246 | 237 | 343 | 33 | 36 | 0 | 13 | 366 | 67 | 114 |
| Binary | 10100110 | 10011111 | 11100011 | 11011 | 11110 | 0 | 1011 | 11110110 | 110111 | 1001100 |
Color Harmonies of #A69FE3
Complementary color
Monochromatic Colors of #A69FE3
Black with #A69FE3
Text Example
Text Example
White with #A69FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69FE3; }
p { color: rgb(166,159,227); }
H1.HeaderClassName
{
color: #A69FE3;
}
.AnyTagClassName
{
color: #A69FE3;
}
</style>
background-color css
<style>
a { background-color: #A69FE3; }
a { background-color: rgb(166,159,227); }
div.DivClassName
{
background-color: #A69FE3;
}
.BgClassName
{
background-color: #A69FE3;
}
</style>
border-color css
<style>
span { border-color: #A69FE3; }
span { border-color: rgb(166,159,227); }
td.TdClassName
{
border-color: #A69FE3;
}
.TagClassName
{
border-color: #A69FE3;
}
</style>