Shades of Wistful #A99DDC
Tints of Wistful #A99DDC
RGB
CMYK
RGB Variations
Color information
#A99DDC (or 0xA99DDC) is known color: Wistful. HEX triplet: A9, 9D and DC. RGB value is (169,157,220). Sum of RGB (Red+Green+Blue) = 169+157+220=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #A99DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DDC is #566223. Grayscale: #A7A7A7. Windows color (decimal): -5661220 or 14458281. OLE color: 14458281.
HSL color Cylindrical-coordinate representation of color #A99DDC: hue angle of 251.43º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A99DDC is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 157 | 220 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.14 |
| HSL | 251.43º | 0.47% | 0.74% | - |
| HSV(B) | 251.43º | 0.29% | 0.86% | - |
| XYZ | 41.34 | 37.72 | 72.81 | - |
| YUV | 167.77 | 157.48 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 220 | 0.23 | 0.29 | 0 | 0.14 | 251.43 | 0.47 | 0.74 |
| Hex | A9 | 9D | DC | 17 | 1D | 0 | E | FB | 2F | 4A |
| Octal | 251 | 235 | 334 | 27 | 35 | 0 | 16 | 373 | 57 | 112 |
| Binary | 10101001 | 10011101 | 11011100 | 10111 | 11101 | 0 | 1110 | 11111011 | 101111 | 1001010 |
Color Harmonies of #A99DDC
Complementary color
Monochromatic Colors of #A99DDC
Black with #A99DDC
Text Example
Text Example
White with #A99DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99DDC; }
p { color: rgb(169,157,220); }
H1.HeaderClassName
{
color: #A99DDC;
}
.AnyTagClassName
{
color: #A99DDC;
}
</style>
background-color css
<style>
a { background-color: #A99DDC; }
a { background-color: rgb(169,157,220); }
div.DivClassName
{
background-color: #A99DDC;
}
.BgClassName
{
background-color: #A99DDC;
}
</style>
border-color css
<style>
span { border-color: #A99DDC; }
span { border-color: rgb(169,157,220); }
td.TdClassName
{
border-color: #A99DDC;
}
.TagClassName
{
border-color: #A99DDC;
}
</style>