Shades of Wistful #A299DD
Tints of Wistful #A299DD
RGB
CMYK
RGB Variations
Color information
#A299DD (or 0xA299DD) is known color: Wistful. HEX triplet: A2, 99 and DD. RGB value is (162,153,221). Sum of RGB (Red+Green+Blue) = 162+153+221=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #A299DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299DD is #5D6622. Grayscale: #A3A3A3. Windows color (decimal): -6120995 or 14522786. OLE color: 14522786.
HSL color Cylindrical-coordinate representation of color #A299DD: hue angle of 247.94º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A299DD is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 153 | 221 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.13 |
| HSL | 247.94º | 0.5% | 0.73% | - |
| HSV(B) | 247.94º | 0.31% | 0.87% | - |
| XYZ | 39.34 | 35.68 | 73.22 | - |
| YUV | 163.44 | 160.48 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 221 | 0.27 | 0.31 | 0 | 0.13 | 247.94 | 0.5 | 0.73 |
| Hex | A2 | 99 | DD | 1B | 1F | 0 | D | F8 | 32 | 49 |
| Octal | 242 | 231 | 335 | 33 | 37 | 0 | 15 | 370 | 62 | 111 |
| Binary | 10100010 | 10011001 | 11011101 | 11011 | 11111 | 0 | 1101 | 11111000 | 110010 | 1001001 |
Color Harmonies of #A299DD
Complementary color
Monochromatic Colors of #A299DD
Black with #A299DD
Text Example
Text Example
White with #A299DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A299DD; }
p { color: rgb(162,153,221); }
H1.HeaderClassName
{
color: #A299DD;
}
.AnyTagClassName
{
color: #A299DD;
}
</style>
background-color css
<style>
a { background-color: #A299DD; }
a { background-color: rgb(162,153,221); }
div.DivClassName
{
background-color: #A299DD;
}
.BgClassName
{
background-color: #A299DD;
}
</style>
border-color css
<style>
span { border-color: #A299DD; }
span { border-color: rgb(162,153,221); }
td.TdClassName
{
border-color: #A299DD;
}
.TagClassName
{
border-color: #A299DD;
}
</style>