Shades of Wistful #A699E3
Tints of Wistful #A699E3
RGB
CMYK
RGB Variations
Color information
#A699E3 (or 0xA699E3) is known color: Wistful. HEX triplet: A6, 99 and E3. RGB value is (166,153,227). Sum of RGB (Red+Green+Blue) = 166+153+227=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 227 (89.06% from 255 or 41.58% from 546); Max value from RGB is 227 - color contains mainly: blue. Hex color #A699E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699E3 is #59661C. Grayscale: #A5A5A5. Windows color (decimal): -5858845 or 14916006. OLE color: 14916006.
HSL color Cylindrical-coordinate representation of color #A699E3: hue angle of 250.54º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A699E3 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 153 | 227 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.11 |
| HSL | 250.54º | 0.57% | 0.75% | - |
| HSV(B) | 250.54º | 0.33% | 0.89% | - |
| XYZ | 40.98 | 36.44 | 77.55 | - |
| YUV | 165.32 | 162.81 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 227 | 0.27 | 0.33 | 0 | 0.11 | 250.54 | 0.57 | 0.75 |
| Hex | A6 | 99 | E3 | 1B | 21 | 0 | B | FB | 39 | 4B |
| Octal | 246 | 231 | 343 | 33 | 41 | 0 | 13 | 373 | 71 | 113 |
| Binary | 10100110 | 10011001 | 11100011 | 11011 | 100001 | 0 | 1011 | 11111011 | 111001 | 1001011 |
Color Harmonies of #A699E3
Complementary color
Monochromatic Colors of #A699E3
Black with #A699E3
Text Example
Text Example
White with #A699E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699E3; }
p { color: rgb(166,153,227); }
H1.HeaderClassName
{
color: #A699E3;
}
.AnyTagClassName
{
color: #A699E3;
}
</style>
background-color css
<style>
a { background-color: #A699E3; }
a { background-color: rgb(166,153,227); }
div.DivClassName
{
background-color: #A699E3;
}
.BgClassName
{
background-color: #A699E3;
}
</style>
border-color css
<style>
span { border-color: #A699E3; }
span { border-color: rgb(166,153,227); }
td.TdClassName
{
border-color: #A699E3;
}
.TagClassName
{
border-color: #A699E3;
}
</style>