Shades of Wistful #A299EE
Tints of Wistful #A299EE
RGB
CMYK
RGB Variations
Color information
#A299EE (or 0xA299EE) is known color: Wistful. HEX triplet: A2, 99 and EE. RGB value is (162,153,238). Sum of RGB (Red+Green+Blue) = 162+153+238=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #A299EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A299EE is #5D6611. Grayscale: #A5A5A5. Windows color (decimal): -6120978 or 15636898. OLE color: 15636898.
HSL color Cylindrical-coordinate representation of color #A299EE: hue angle of 246.35º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A299EE is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 153 | 238 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.07 |
| HSL | 246.35º | 0.71% | 0.77% | - |
| HSV(B) | 246.35º | 0.36% | 0.93% | - |
| XYZ | 41.72 | 36.64 | 85.76 | - |
| YUV | 165.38 | 168.98 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 238 | 0.32 | 0.36 | 0 | 0.07 | 246.35 | 0.71 | 0.77 |
| Hex | A2 | 99 | EE | 20 | 24 | 0 | 7 | F6 | 47 | 4D |
| Octal | 242 | 231 | 356 | 40 | 44 | 0 | 7 | 366 | 107 | 115 |
| Binary | 10100010 | 10011001 | 11101110 | 100000 | 100100 | 0 | 111 | 11110110 | 1000111 | 1001101 |
Color Harmonies of #A299EE
Complementary color
Monochromatic Colors of #A299EE
Black with #A299EE
Text Example
Text Example
White with #A299EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A299EE; }
p { color: rgb(162,153,238); }
H1.HeaderClassName
{
color: #A299EE;
}
.AnyTagClassName
{
color: #A299EE;
}
</style>
background-color css
<style>
a { background-color: #A299EE; }
a { background-color: rgb(162,153,238); }
div.DivClassName
{
background-color: #A299EE;
}
.BgClassName
{
background-color: #A299EE;
}
</style>
border-color css
<style>
span { border-color: #A299EE; }
span { border-color: rgb(162,153,238); }
td.TdClassName
{
border-color: #A299EE;
}
.TagClassName
{
border-color: #A299EE;
}
</style>