Shades of Wistful #A699F0
Tints of Wistful #A699F0
RGB
CMYK
RGB Variations
Color information
#A699F0 (or 0xA699F0) is known color: Wistful. HEX triplet: A6, 99 and F0. RGB value is (166,153,240). Sum of RGB (Red+Green+Blue) = 166+153+240=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #A699F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A699F0 is #59660F. Grayscale: #A6A6A6. Windows color (decimal): -5858832 or 15767974. OLE color: 15767974.
HSL color Cylindrical-coordinate representation of color #A699F0: hue angle of 248.97º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A699F0 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 153 | 240 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.06 |
| HSL | 248.97º | 0.74% | 0.77% | - |
| HSV(B) | 248.97º | 0.36% | 0.94% | - |
| XYZ | 42.85 | 37.18 | 87.36 | - |
| YUV | 166.81 | 169.31 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 240 | 0.31 | 0.36 | 0 | 0.06 | 248.97 | 0.74 | 0.77 |
| Hex | A6 | 99 | F0 | 1F | 24 | 0 | 6 | F9 | 4A | 4D |
| Octal | 246 | 231 | 360 | 37 | 44 | 0 | 6 | 371 | 112 | 115 |
| Binary | 10100110 | 10011001 | 11110000 | 11111 | 100100 | 0 | 110 | 11111001 | 1001010 | 1001101 |
Color Harmonies of #A699F0
Complementary color
Monochromatic Colors of #A699F0
Black with #A699F0
Text Example
Text Example
White with #A699F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699F0; }
p { color: rgb(166,153,240); }
H1.HeaderClassName
{
color: #A699F0;
}
.AnyTagClassName
{
color: #A699F0;
}
</style>
background-color css
<style>
a { background-color: #A699F0; }
a { background-color: rgb(166,153,240); }
div.DivClassName
{
background-color: #A699F0;
}
.BgClassName
{
background-color: #A699F0;
}
</style>
border-color css
<style>
span { border-color: #A699F0; }
span { border-color: rgb(166,153,240); }
td.TdClassName
{
border-color: #A699F0;
}
.TagClassName
{
border-color: #A699F0;
}
</style>