Shades of Wistful #A699F4
Tints of Wistful #A699F4
RGB
CMYK
RGB Variations
Color information
#A699F4 (or 0xA699F4) is known color: Wistful. HEX triplet: A6, 99 and F4. RGB value is (166,153,244). Sum of RGB (Red+Green+Blue) = 166+153+244=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 244 (95.70% from 255 or 43.34% from 563); Max value from RGB is 244 - color contains mainly: blue. Hex color #A699F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A699F4 is #59660B. Grayscale: #A6A6A6. Windows color (decimal): -5858828 or 16030118. OLE color: 16030118.
HSL color Cylindrical-coordinate representation of color #A699F4: hue angle of 248.57º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A699F4 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 153 | 244 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.04 |
| HSL | 248.57º | 0.81% | 0.78% | - |
| HSV(B) | 248.57º | 0.37% | 0.96% | - |
| XYZ | 43.45 | 37.42 | 90.52 | - |
| YUV | 167.26 | 171.31 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 244 | 0.32 | 0.37 | 0 | 0.04 | 248.57 | 0.81 | 0.78 |
| Hex | A6 | 99 | F4 | 20 | 25 | 0 | 4 | F9 | 51 | 4E |
| Octal | 246 | 231 | 364 | 40 | 45 | 0 | 4 | 371 | 121 | 116 |
| Binary | 10100110 | 10011001 | 11110100 | 100000 | 100101 | 0 | 100 | 11111001 | 1010001 | 1001110 |
Color Harmonies of #A699F4
Complementary color
Monochromatic Colors of #A699F4
Black with #A699F4
Text Example
Text Example
White with #A699F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699F4; }
p { color: rgb(166,153,244); }
H1.HeaderClassName
{
color: #A699F4;
}
.AnyTagClassName
{
color: #A699F4;
}
</style>
background-color css
<style>
a { background-color: #A699F4; }
a { background-color: rgb(166,153,244); }
div.DivClassName
{
background-color: #A699F4;
}
.BgClassName
{
background-color: #A699F4;
}
</style>
border-color css
<style>
span { border-color: #A699F4; }
span { border-color: rgb(166,153,244); }
td.TdClassName
{
border-color: #A699F4;
}
.TagClassName
{
border-color: #A699F4;
}
</style>