Shades of Wistful #A699E6
Tints of Wistful #A699E6
RGB
CMYK
RGB Variations
Color information
#A699E6 (or 0xA699E6) is known color: Wistful. HEX triplet: A6, 99 and E6. RGB value is (166,153,230). Sum of RGB (Red+Green+Blue) = 166+153+230=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #A699E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A699E6 is #596619. Grayscale: #A5A5A5. Windows color (decimal): -5858842 or 15112614. OLE color: 15112614.
HSL color Cylindrical-coordinate representation of color #A699E6: hue angle of 250.13º degrees, saturation: 0.61, 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 #A699E6 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 153 | 230 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.10 |
| HSL | 250.13º | 0.61% | 0.75% | - |
| HSV(B) | 250.13º | 0.33% | 0.9% | - |
| XYZ | 41.4 | 36.6 | 79.75 | - |
| YUV | 165.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 230 | 0.28 | 0.33 | 0 | 0.10 | 250.13 | 0.61 | 0.75 |
| Hex | A6 | 99 | E6 | 1C | 21 | 0 | A | FA | 3D | 4B |
| Octal | 246 | 231 | 346 | 34 | 41 | 0 | 12 | 372 | 75 | 113 |
| Binary | 10100110 | 10011001 | 11100110 | 11100 | 100001 | 0 | 1010 | 11111010 | 111101 | 1001011 |
Color Harmonies of #A699E6
Complementary color
Monochromatic Colors of #A699E6
Black with #A699E6
Text Example
Text Example
White with #A699E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699E6; }
p { color: rgb(166,153,230); }
H1.HeaderClassName
{
color: #A699E6;
}
.AnyTagClassName
{
color: #A699E6;
}
</style>
background-color css
<style>
a { background-color: #A699E6; }
a { background-color: rgb(166,153,230); }
div.DivClassName
{
background-color: #A699E6;
}
.BgClassName
{
background-color: #A699E6;
}
</style>
border-color css
<style>
span { border-color: #A699E6; }
span { border-color: rgb(166,153,230); }
td.TdClassName
{
border-color: #A699E6;
}
.TagClassName
{
border-color: #A699E6;
}
</style>