Shades of Wistful #A09BCF
Tints of Wistful #A09BCF
RGB
CMYK
RGB Variations
Color information
#A09BCF (or 0xA09BCF) is known color: Wistful. HEX triplet: A0, 9B and CF. RGB value is (160,155,207). Sum of RGB (Red+Green+Blue) = 160+155+207=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #A09BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BCF is #5F6430. Grayscale: #A2A2A2. Windows color (decimal): -6251569 or 13605792. OLE color: 13605792.
HSL color Cylindrical-coordinate representation of color #A09BCF: hue angle of 245.77º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A09BCF is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 155 | 207 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.19 |
| HSL | 245.77º | 0.35% | 0.71% | - |
| HSV(B) | 245.77º | 0.25% | 0.81% | - |
| XYZ | 37.48 | 35.42 | 63.89 | - |
| YUV | 162.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 207 | 0.23 | 0.25 | 0 | 0.19 | 245.77 | 0.35 | 0.71 |
| Hex | A0 | 9B | CF | 17 | 19 | 0 | 13 | F6 | 23 | 47 |
| Octal | 240 | 233 | 317 | 27 | 31 | 0 | 23 | 366 | 43 | 107 |
| Binary | 10100000 | 10011011 | 11001111 | 10111 | 11001 | 0 | 10011 | 11110110 | 100011 | 1000111 |
Color Harmonies of #A09BCF
Complementary color
Monochromatic Colors of #A09BCF
Black with #A09BCF
Text Example
Text Example
White with #A09BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BCF; }
p { color: rgb(160,155,207); }
H1.HeaderClassName
{
color: #A09BCF;
}
.AnyTagClassName
{
color: #A09BCF;
}
</style>
background-color css
<style>
a { background-color: #A09BCF; }
a { background-color: rgb(160,155,207); }
div.DivClassName
{
background-color: #A09BCF;
}
.BgClassName
{
background-color: #A09BCF;
}
</style>
border-color css
<style>
span { border-color: #A09BCF; }
span { border-color: rgb(160,155,207); }
td.TdClassName
{
border-color: #A09BCF;
}
.TagClassName
{
border-color: #A09BCF;
}
</style>