Shades of Wistful #A299E5
Tints of Wistful #A299E5
RGB
CMYK
RGB Variations
Color information
#A299E5 (or 0xA299E5) is known color: Wistful. HEX triplet: A2, 99 and E5. RGB value is (162,153,229). Sum of RGB (Red+Green+Blue) = 162+153+229=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #A299E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299E5 is #5D661A. Grayscale: #A4A4A4. Windows color (decimal): -6120987 or 15047074. OLE color: 15047074.
HSL color Cylindrical-coordinate representation of color #A299E5: hue angle of 247.11º 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 #A299E5 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 153 | 229 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.10 |
| HSL | 247.11º | 0.59% | 0.75% | - |
| HSV(B) | 247.11º | 0.33% | 0.9% | - |
| XYZ | 40.43 | 36.12 | 78.97 | - |
| YUV | 164.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 229 | 0.29 | 0.33 | 0 | 0.10 | 247.11 | 0.59 | 0.75 |
| Hex | A2 | 99 | E5 | 1D | 21 | 0 | A | F7 | 3B | 4B |
| Octal | 242 | 231 | 345 | 35 | 41 | 0 | 12 | 367 | 73 | 113 |
| Binary | 10100010 | 10011001 | 11100101 | 11101 | 100001 | 0 | 1010 | 11110111 | 111011 | 1001011 |
Color Harmonies of #A299E5
Complementary color
Monochromatic Colors of #A299E5
Black with #A299E5
Text Example
Text Example
White with #A299E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A299E5; }
p { color: rgb(162,153,229); }
H1.HeaderClassName
{
color: #A299E5;
}
.AnyTagClassName
{
color: #A299E5;
}
</style>
background-color css
<style>
a { background-color: #A299E5; }
a { background-color: rgb(162,153,229); }
div.DivClassName
{
background-color: #A299E5;
}
.BgClassName
{
background-color: #A299E5;
}
</style>
border-color css
<style>
span { border-color: #A299E5; }
span { border-color: rgb(162,153,229); }
td.TdClassName
{
border-color: #A299E5;
}
.TagClassName
{
border-color: #A299E5;
}
</style>