Shades of Wistful #A09FCC
Tints of Wistful #A09FCC
RGB
CMYK
RGB Variations
Color information
#A09FCC (or 0xA09FCC) is known color: Wistful. HEX triplet: A0, 9F and CC. RGB value is (160,159,204). Sum of RGB (Red+Green+Blue) = 160+159+204=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #A09FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FCC is #5F6033. Grayscale: #A4A4A4. Windows color (decimal): -6250548 or 13410208. OLE color: 13410208.
HSL color Cylindrical-coordinate representation of color #A09FCC: hue angle of 241.33º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A09FCC is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 159 | 204 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.2 |
| HSL | 241.33º | 0.31% | 0.71% | - |
| HSV(B) | 241.33º | 0.22% | 0.8% | - |
| XYZ | 37.79 | 36.63 | 62.2 | - |
| YUV | 164.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 204 | 0.22 | 0.22 | 0 | 0.2 | 241.33 | 0.31 | 0.71 |
| Hex | A0 | 9F | CC | 16 | 16 | 0 | 14 | F1 | 1F | 47 |
| Octal | 240 | 237 | 314 | 26 | 26 | 0 | 24 | 361 | 37 | 107 |
| Binary | 10100000 | 10011111 | 11001100 | 10110 | 10110 | 0 | 10100 | 11110001 | 11111 | 1000111 |
Color Harmonies of #A09FCC
Complementary color
Monochromatic Colors of #A09FCC
Black with #A09FCC
Text Example
Text Example
White with #A09FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09FCC; }
p { color: rgb(160,159,204); }
H1.HeaderClassName
{
color: #A09FCC;
}
.AnyTagClassName
{
color: #A09FCC;
}
</style>
background-color css
<style>
a { background-color: #A09FCC; }
a { background-color: rgb(160,159,204); }
div.DivClassName
{
background-color: #A09FCC;
}
.BgClassName
{
background-color: #A09FCC;
}
</style>
border-color css
<style>
span { border-color: #A09FCC; }
span { border-color: rgb(160,159,204); }
td.TdClassName
{
border-color: #A09FCC;
}
.TagClassName
{
border-color: #A09FCC;
}
</style>