Shades of Wistful #A09DD5
Tints of Wistful #A09DD5
RGB
CMYK
RGB Variations
Color information
#A09DD5 (or 0xA09DD5) is known color: Wistful. HEX triplet: A0, 9D and D5. RGB value is (160,157,213). Sum of RGB (Red+Green+Blue) = 160+157+213=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #A09DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DD5 is #5F622A. Grayscale: #A4A4A4. Windows color (decimal): -6251051 or 13999520. OLE color: 13999520.
HSL color Cylindrical-coordinate representation of color #A09DD5: hue angle of 243.21º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A09DD5 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 157 | 213 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.16 |
| HSL | 243.21º | 0.4% | 0.73% | - |
| HSV(B) | 243.21º | 0.26% | 0.84% | - |
| XYZ | 38.56 | 36.39 | 67.94 | - |
| YUV | 164.28 | 155.49 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 213 | 0.25 | 0.26 | 0 | 0.16 | 243.21 | 0.4 | 0.73 |
| Hex | A0 | 9D | D5 | 19 | 1A | 0 | 10 | F3 | 28 | 49 |
| Octal | 240 | 235 | 325 | 31 | 32 | 0 | 20 | 363 | 50 | 111 |
| Binary | 10100000 | 10011101 | 11010101 | 11001 | 11010 | 0 | 10000 | 11110011 | 101000 | 1001001 |
Color Harmonies of #A09DD5
Complementary color
Monochromatic Colors of #A09DD5
Black with #A09DD5
Text Example
Text Example
White with #A09DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09DD5; }
p { color: rgb(160,157,213); }
H1.HeaderClassName
{
color: #A09DD5;
}
.AnyTagClassName
{
color: #A09DD5;
}
</style>
background-color css
<style>
a { background-color: #A09DD5; }
a { background-color: rgb(160,157,213); }
div.DivClassName
{
background-color: #A09DD5;
}
.BgClassName
{
background-color: #A09DD5;
}
</style>
border-color css
<style>
span { border-color: #A09DD5; }
span { border-color: rgb(160,157,213); }
td.TdClassName
{
border-color: #A09DD5;
}
.TagClassName
{
border-color: #A09DD5;
}
</style>