Shades of Wistful #A99DE3
Tints of Wistful #A99DE3
RGB
CMYK
RGB Variations
Color information
#A99DE3 (or 0xA99DE3) is known color: Wistful. HEX triplet: A9, 9D and E3. RGB value is (169,157,227). Sum of RGB (Red+Green+Blue) = 169+157+227=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 227 (89.06% from 255 or 41.05% from 553); Max value from RGB is 227 - color contains mainly: blue. Hex color #A99DE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DE3 is #56621C. Grayscale: #A8A8A8. Windows color (decimal): -5661213 or 14917033. OLE color: 14917033.
HSL color Cylindrical-coordinate representation of color #A99DE3: hue angle of 250.29º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A99DE3 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 157 | 227 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.11 |
| HSL | 250.29º | 0.56% | 0.75% | - |
| HSV(B) | 250.29º | 0.31% | 0.89% | - |
| XYZ | 42.28 | 38.1 | 77.8 | - |
| YUV | 168.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 227 | 0.26 | 0.31 | 0 | 0.11 | 250.29 | 0.56 | 0.75 |
| Hex | A9 | 9D | E3 | 1A | 1F | 0 | B | FA | 38 | 4B |
| Octal | 251 | 235 | 343 | 32 | 37 | 0 | 13 | 372 | 70 | 113 |
| Binary | 10101001 | 10011101 | 11100011 | 11010 | 11111 | 0 | 1011 | 11111010 | 111000 | 1001011 |
Color Harmonies of #A99DE3
Complementary color
Monochromatic Colors of #A99DE3
Black with #A99DE3
Text Example
Text Example
White with #A99DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99DE3; }
p { color: rgb(169,157,227); }
H1.HeaderClassName
{
color: #A99DE3;
}
.AnyTagClassName
{
color: #A99DE3;
}
</style>
background-color css
<style>
a { background-color: #A99DE3; }
a { background-color: rgb(169,157,227); }
div.DivClassName
{
background-color: #A99DE3;
}
.BgClassName
{
background-color: #A99DE3;
}
</style>
border-color css
<style>
span { border-color: #A99DE3; }
span { border-color: rgb(169,157,227); }
td.TdClassName
{
border-color: #A99DE3;
}
.TagClassName
{
border-color: #A99DE3;
}
</style>