Shades of Wistful #A299E6
Tints of Wistful #A299E6
RGB
CMYK
RGB Variations
Color information
#A299E6 (or 0xA299E6) is known color: Wistful. HEX triplet: A2, 99 and E6. RGB value is (162,153,230). Sum of RGB (Red+Green+Blue) = 162+153+230=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #A299E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A299E6 is #5D6619. Grayscale: #A4A4A4. Windows color (decimal): -6120986 or 15112610. OLE color: 15112610.
HSL color Cylindrical-coordinate representation of color #A299E6: hue angle of 247.01º 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 #A299E6 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 153 | 230 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.10 |
| HSL | 247.01º | 0.61% | 0.75% | - |
| HSV(B) | 247.01º | 0.33% | 0.9% | - |
| XYZ | 40.57 | 36.18 | 79.71 | - |
| YUV | 164.47 | 164.98 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 230 | 0.30 | 0.33 | 0 | 0.10 | 247.01 | 0.61 | 0.75 |
| Hex | A2 | 99 | E6 | 1E | 21 | 0 | A | F7 | 3D | 4B |
| Octal | 242 | 231 | 346 | 36 | 41 | 0 | 12 | 367 | 75 | 113 |
| Binary | 10100010 | 10011001 | 11100110 | 11110 | 100001 | 0 | 1010 | 11110111 | 111101 | 1001011 |
Color Harmonies of #A299E6
Complementary color
Monochromatic Colors of #A299E6
Black with #A299E6
Text Example
Text Example
White with #A299E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A299E6; }
p { color: rgb(162,153,230); }
H1.HeaderClassName
{
color: #A299E6;
}
.AnyTagClassName
{
color: #A299E6;
}
</style>
background-color css
<style>
a { background-color: #A299E6; }
a { background-color: rgb(162,153,230); }
div.DivClassName
{
background-color: #A299E6;
}
.BgClassName
{
background-color: #A299E6;
}
</style>
border-color css
<style>
span { border-color: #A299E6; }
span { border-color: rgb(162,153,230); }
td.TdClassName
{
border-color: #A299E6;
}
.TagClassName
{
border-color: #A299E6;
}
</style>