Shades of Wistful #A699E5
Tints of Wistful #A699E5
RGB
CMYK
RGB Variations
Color information
#A699E5 (or 0xA699E5) is known color: Wistful. HEX triplet: A6, 99 and E5. RGB value is (166,153,229). Sum of RGB (Red+Green+Blue) = 166+153+229=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #A699E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699E5 is #59661A. Grayscale: #A5A5A5. Windows color (decimal): -5858843 or 15047078. OLE color: 15047078.
HSL color Cylindrical-coordinate representation of color #A699E5: hue angle of 250.26º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A699E5 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 153 | 229 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.10 |
| HSL | 250.26º | 0.59% | 0.75% | - |
| HSV(B) | 250.26º | 0.33% | 0.9% | - |
| XYZ | 41.26 | 36.55 | 79.01 | - |
| YUV | 165.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 229 | 0.28 | 0.33 | 0 | 0.10 | 250.26 | 0.59 | 0.75 |
| Hex | A6 | 99 | E5 | 1C | 21 | 0 | A | FA | 3B | 4B |
| Octal | 246 | 231 | 345 | 34 | 41 | 0 | 12 | 372 | 73 | 113 |
| Binary | 10100110 | 10011001 | 11100101 | 11100 | 100001 | 0 | 1010 | 11111010 | 111011 | 1001011 |
Color Harmonies of #A699E5
Complementary color
Monochromatic Colors of #A699E5
Black with #A699E5
Text Example
Text Example
White with #A699E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699E5; }
p { color: rgb(166,153,229); }
H1.HeaderClassName
{
color: #A699E5;
}
.AnyTagClassName
{
color: #A699E5;
}
</style>
background-color css
<style>
a { background-color: #A699E5; }
a { background-color: rgb(166,153,229); }
div.DivClassName
{
background-color: #A699E5;
}
.BgClassName
{
background-color: #A699E5;
}
</style>
border-color css
<style>
span { border-color: #A699E5; }
span { border-color: rgb(166,153,229); }
td.TdClassName
{
border-color: #A699E5;
}
.TagClassName
{
border-color: #A699E5;
}
</style>