Shades of Wistful #A09DDF
Tints of Wistful #A09DDF
RGB
CMYK
RGB Variations
Color information
#A09DDF (or 0xA09DDF) is known color: Wistful. HEX triplet: A0, 9D and DF. RGB value is (160,157,223). Sum of RGB (Red+Green+Blue) = 160+157+223=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #A09DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DDF is #5F6220. Grayscale: #A5A5A5. Windows color (decimal): -6251041 or 14654880. OLE color: 14654880.
HSL color Cylindrical-coordinate representation of color #A09DDF: hue angle of 242.73º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A09DDF is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 157 | 223 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.13 |
| HSL | 242.73º | 0.51% | 0.75% | - |
| HSV(B) | 242.73º | 0.3% | 0.87% | - |
| XYZ | 39.87 | 36.92 | 74.84 | - |
| YUV | 165.42 | 160.49 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 223 | 0.28 | 0.30 | 0 | 0.13 | 242.73 | 0.51 | 0.75 |
| Hex | A0 | 9D | DF | 1C | 1E | 0 | D | F3 | 33 | 4B |
| Octal | 240 | 235 | 337 | 34 | 36 | 0 | 15 | 363 | 63 | 113 |
| Binary | 10100000 | 10011101 | 11011111 | 11100 | 11110 | 0 | 1101 | 11110011 | 110011 | 1001011 |
Color Harmonies of #A09DDF
Complementary color
Monochromatic Colors of #A09DDF
Black with #A09DDF
Text Example
Text Example
White with #A09DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09DDF; }
p { color: rgb(160,157,223); }
H1.HeaderClassName
{
color: #A09DDF;
}
.AnyTagClassName
{
color: #A09DDF;
}
</style>
background-color css
<style>
a { background-color: #A09DDF; }
a { background-color: rgb(160,157,223); }
div.DivClassName
{
background-color: #A09DDF;
}
.BgClassName
{
background-color: #A09DDF;
}
</style>
border-color css
<style>
span { border-color: #A09DDF; }
span { border-color: rgb(160,157,223); }
td.TdClassName
{
border-color: #A09DDF;
}
.TagClassName
{
border-color: #A09DDF;
}
</style>