Shades of Wistful #A09DDC
Tints of Wistful #A09DDC
RGB
CMYK
RGB Variations
Color information
#A09DDC (or 0xA09DDC) is known color: Wistful. HEX triplet: A0, 9D and DC. RGB value is (160,157,220). Sum of RGB (Red+Green+Blue) = 160+157+220=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #A09DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DDC is #5F6223. Grayscale: #A4A4A4. Windows color (decimal): -6251044 or 14458272. OLE color: 14458272.
HSL color Cylindrical-coordinate representation of color #A09DDC: hue angle of 242.86º 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 #A09DDC is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 157 | 220 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.14 |
| HSL | 242.86º | 0.47% | 0.74% | - |
| HSV(B) | 242.86º | 0.29% | 0.86% | - |
| XYZ | 39.47 | 36.75 | 72.72 | - |
| YUV | 165.08 | 158.99 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 220 | 0.27 | 0.29 | 0 | 0.14 | 242.86 | 0.47 | 0.74 |
| Hex | A0 | 9D | DC | 1B | 1D | 0 | E | F3 | 2F | 4A |
| Octal | 240 | 235 | 334 | 33 | 35 | 0 | 16 | 363 | 57 | 112 |
| Binary | 10100000 | 10011101 | 11011100 | 11011 | 11101 | 0 | 1110 | 11110011 | 101111 | 1001010 |
Color Harmonies of #A09DDC
Complementary color
Monochromatic Colors of #A09DDC
Black with #A09DDC
Text Example
Text Example
White with #A09DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09DDC; }
p { color: rgb(160,157,220); }
H1.HeaderClassName
{
color: #A09DDC;
}
.AnyTagClassName
{
color: #A09DDC;
}
</style>
background-color css
<style>
a { background-color: #A09DDC; }
a { background-color: rgb(160,157,220); }
div.DivClassName
{
background-color: #A09DDC;
}
.BgClassName
{
background-color: #A09DDC;
}
</style>
border-color css
<style>
span { border-color: #A09DDC; }
span { border-color: rgb(160,157,220); }
td.TdClassName
{
border-color: #A09DDC;
}
.TagClassName
{
border-color: #A09DDC;
}
</style>