Shades of Wistful #A09FD3
Tints of Wistful #A09FD3
RGB
CMYK
RGB Variations
Color information
#A09FD3 (or 0xA09FD3) is known color: Wistful. HEX triplet: A0, 9F and D3. RGB value is (160,159,211). Sum of RGB (Red+Green+Blue) = 160+159+211=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 211 (82.81% from 255 or 39.81% from 530); Max value from RGB is 211 - color contains mainly: blue. Hex color #A09FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FD3 is #5F602C. Grayscale: #A5A5A5. Windows color (decimal): -6250541 or 13868960. OLE color: 13868960.
HSL color Cylindrical-coordinate representation of color #A09FD3: hue angle of 241.15º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A09FD3 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 159 | 211 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.17 |
| HSL | 241.15º | 0.37% | 0.73% | - |
| HSV(B) | 241.15º | 0.25% | 0.83% | - |
| XYZ | 38.65 | 36.97 | 66.73 | - |
| YUV | 165.23 | 153.83 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 211 | 0.24 | 0.25 | 0 | 0.17 | 241.15 | 0.37 | 0.73 |
| Hex | A0 | 9F | D3 | 18 | 19 | 0 | 11 | F1 | 25 | 49 |
| Octal | 240 | 237 | 323 | 30 | 31 | 0 | 21 | 361 | 45 | 111 |
| Binary | 10100000 | 10011111 | 11010011 | 11000 | 11001 | 0 | 10001 | 11110001 | 100101 | 1001001 |
Color Harmonies of #A09FD3
Complementary color
Monochromatic Colors of #A09FD3
Black with #A09FD3
Text Example
Text Example
White with #A09FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09FD3; }
p { color: rgb(160,159,211); }
H1.HeaderClassName
{
color: #A09FD3;
}
.AnyTagClassName
{
color: #A09FD3;
}
</style>
background-color css
<style>
a { background-color: #A09FD3; }
a { background-color: rgb(160,159,211); }
div.DivClassName
{
background-color: #A09FD3;
}
.BgClassName
{
background-color: #A09FD3;
}
</style>
border-color css
<style>
span { border-color: #A09FD3; }
span { border-color: rgb(160,159,211); }
td.TdClassName
{
border-color: #A09FD3;
}
.TagClassName
{
border-color: #A09FD3;
}
</style>