Shades of Wistful #A299D3
Tints of Wistful #A299D3
RGB
CMYK
RGB Variations
Color information
#A299D3 (or 0xA299D3) is known color: Wistful. HEX triplet: A2, 99 and D3. RGB value is (162,153,211). Sum of RGB (Red+Green+Blue) = 162+153+211=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 211 - color contains mainly: blue. Hex color #A299D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299D3 is #5D662C. Grayscale: #A2A2A2. Windows color (decimal): -6121005 or 13867426. OLE color: 13867426.
HSL color Cylindrical-coordinate representation of color #A299D3: hue angle of 249.31º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A299D3 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 153 | 211 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.17 |
| HSL | 249.31º | 0.4% | 0.71% | - |
| HSV(B) | 249.31º | 0.27% | 0.83% | - |
| XYZ | 38.05 | 35.17 | 66.41 | - |
| YUV | 162.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 211 | 0.23 | 0.27 | 0 | 0.17 | 249.31 | 0.4 | 0.71 |
| Hex | A2 | 99 | D3 | 17 | 1B | 0 | 11 | F9 | 28 | 47 |
| Octal | 242 | 231 | 323 | 27 | 33 | 0 | 21 | 371 | 50 | 107 |
| Binary | 10100010 | 10011001 | 11010011 | 10111 | 11011 | 0 | 10001 | 11111001 | 101000 | 1000111 |
Color Harmonies of #A299D3
Complementary color
Monochromatic Colors of #A299D3
Black with #A299D3
Text Example
Text Example
White with #A299D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A299D3; }
p { color: rgb(162,153,211); }
H1.HeaderClassName
{
color: #A299D3;
}
.AnyTagClassName
{
color: #A299D3;
}
</style>
background-color css
<style>
a { background-color: #A299D3; }
a { background-color: rgb(162,153,211); }
div.DivClassName
{
background-color: #A299D3;
}
.BgClassName
{
background-color: #A299D3;
}
</style>
border-color css
<style>
span { border-color: #A299D3; }
span { border-color: rgb(162,153,211); }
td.TdClassName
{
border-color: #A299D3;
}
.TagClassName
{
border-color: #A299D3;
}
</style>