Shades of Wistful #A09DDA
Tints of Wistful #A09DDA
RGB
CMYK
RGB Variations
Color information
#A09DDA (or 0xA09DDA) is known color: Wistful. HEX triplet: A0, 9D and DA. RGB value is (160,157,218). Sum of RGB (Red+Green+Blue) = 160+157+218=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #A09DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DDA is #5F6225. Grayscale: #A4A4A4. Windows color (decimal): -6251046 or 14327200. OLE color: 14327200.
HSL color Cylindrical-coordinate representation of color #A09DDA: hue angle of 242.95º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A09DDA is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 157 | 218 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.15 |
| HSL | 242.95º | 0.45% | 0.74% | - |
| HSV(B) | 242.95º | 0.28% | 0.85% | - |
| XYZ | 39.21 | 36.65 | 71.34 | - |
| YUV | 164.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 218 | 0.27 | 0.28 | 0 | 0.15 | 242.95 | 0.45 | 0.74 |
| Hex | A0 | 9D | DA | 1B | 1C | 0 | F | F3 | 2D | 4A |
| Octal | 240 | 235 | 332 | 33 | 34 | 0 | 17 | 363 | 55 | 112 |
| Binary | 10100000 | 10011101 | 11011010 | 11011 | 11100 | 0 | 1111 | 11110011 | 101101 | 1001010 |
Color Harmonies of #A09DDA
Complementary color
Monochromatic Colors of #A09DDA
Black with #A09DDA
Text Example
Text Example
White with #A09DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09DDA; }
p { color: rgb(160,157,218); }
H1.HeaderClassName
{
color: #A09DDA;
}
.AnyTagClassName
{
color: #A09DDA;
}
</style>
background-color css
<style>
a { background-color: #A09DDA; }
a { background-color: rgb(160,157,218); }
div.DivClassName
{
background-color: #A09DDA;
}
.BgClassName
{
background-color: #A09DDA;
}
</style>
border-color css
<style>
span { border-color: #A09DDA; }
span { border-color: rgb(160,157,218); }
td.TdClassName
{
border-color: #A09DDA;
}
.TagClassName
{
border-color: #A09DDA;
}
</style>