Shades of Wistful #A09BCC
Tints of Wistful #A09BCC
RGB
CMYK
RGB Variations
Color information
#A09BCC (or 0xA09BCC) is known color: Wistful. HEX triplet: A0, 9B and CC. RGB value is (160,155,204). Sum of RGB (Red+Green+Blue) = 160+155+204=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #A09BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BCC is #5F6433. Grayscale: #A1A1A1. Windows color (decimal): -6251572 or 13409184. OLE color: 13409184.
HSL color Cylindrical-coordinate representation of color #A09BCC: hue angle of 246.12º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A09BCC is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 155 | 204 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.2 |
| HSL | 246.12º | 0.32% | 0.7% | - |
| HSV(B) | 246.12º | 0.24% | 0.8% | - |
| XYZ | 37.12 | 35.28 | 61.98 | - |
| YUV | 162.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 204 | 0.22 | 0.24 | 0 | 0.2 | 246.12 | 0.32 | 0.7 |
| Hex | A0 | 9B | CC | 16 | 18 | 0 | 14 | F6 | 20 | 46 |
| Octal | 240 | 233 | 314 | 26 | 30 | 0 | 24 | 366 | 40 | 106 |
| Binary | 10100000 | 10011011 | 11001100 | 10110 | 11000 | 0 | 10100 | 11110110 | 100000 | 1000110 |
Color Harmonies of #A09BCC
Complementary color
Monochromatic Colors of #A09BCC
Black with #A09BCC
Text Example
Text Example
White with #A09BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BCC; }
p { color: rgb(160,155,204); }
H1.HeaderClassName
{
color: #A09BCC;
}
.AnyTagClassName
{
color: #A09BCC;
}
</style>
background-color css
<style>
a { background-color: #A09BCC; }
a { background-color: rgb(160,155,204); }
div.DivClassName
{
background-color: #A09BCC;
}
.BgClassName
{
background-color: #A09BCC;
}
</style>
border-color css
<style>
span { border-color: #A09BCC; }
span { border-color: rgb(160,155,204); }
td.TdClassName
{
border-color: #A09BCC;
}
.TagClassName
{
border-color: #A09BCC;
}
</style>