Shades of Wistful #A09BCE
Tints of Wistful #A09BCE
RGB
CMYK
RGB Variations
Color information
#A09BCE (or 0xA09BCE) is known color: Wistful. HEX triplet: A0, 9B and CE. RGB value is (160,155,206). Sum of RGB (Red+Green+Blue) = 160+155+206=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #A09BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BCE is #5F6431. Grayscale: #A2A2A2. Windows color (decimal): -6251570 or 13540256. OLE color: 13540256.
HSL color Cylindrical-coordinate representation of color #A09BCE: hue angle of 245.88º degrees, saturation: 0.34, 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 #A09BCE is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 155 | 206 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.19 |
| HSL | 245.88º | 0.34% | 0.71% | - |
| HSV(B) | 245.88º | 0.25% | 0.81% | - |
| XYZ | 37.36 | 35.37 | 63.25 | - |
| YUV | 162.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 206 | 0.22 | 0.25 | 0 | 0.19 | 245.88 | 0.34 | 0.71 |
| Hex | A0 | 9B | CE | 16 | 19 | 0 | 13 | F6 | 22 | 47 |
| Octal | 240 | 233 | 316 | 26 | 31 | 0 | 23 | 366 | 42 | 107 |
| Binary | 10100000 | 10011011 | 11001110 | 10110 | 11001 | 0 | 10011 | 11110110 | 100010 | 1000111 |
Color Harmonies of #A09BCE
Complementary color
Monochromatic Colors of #A09BCE
Black with #A09BCE
Text Example
Text Example
White with #A09BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BCE; }
p { color: rgb(160,155,206); }
H1.HeaderClassName
{
color: #A09BCE;
}
.AnyTagClassName
{
color: #A09BCE;
}
</style>
background-color css
<style>
a { background-color: #A09BCE; }
a { background-color: rgb(160,155,206); }
div.DivClassName
{
background-color: #A09BCE;
}
.BgClassName
{
background-color: #A09BCE;
}
</style>
border-color css
<style>
span { border-color: #A09BCE; }
span { border-color: rgb(160,155,206); }
td.TdClassName
{
border-color: #A09BCE;
}
.TagClassName
{
border-color: #A09BCE;
}
</style>