Shades of Wistful #A09BCA
Tints of Wistful #A09BCA
RGB
CMYK
RGB Variations
Color information
#A09BCA (or 0xA09BCA) is known color: Wistful. HEX triplet: A0, 9B and CA. RGB value is (160,155,202). Sum of RGB (Red+Green+Blue) = 160+155+202=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #A09BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BCA is #5F6435. Grayscale: #A1A1A1. Windows color (decimal): -6251574 or 13278112. OLE color: 13278112.
HSL color Cylindrical-coordinate representation of color #A09BCA: hue angle of 246.38º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A09BCA is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 155 | 202 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.21 |
| HSL | 246.38º | 0.31% | 0.7% | - |
| HSV(B) | 246.38º | 0.23% | 0.79% | - |
| XYZ | 36.88 | 35.18 | 60.72 | - |
| YUV | 161.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 202 | 0.21 | 0.23 | 0 | 0.21 | 246.38 | 0.31 | 0.7 |
| Hex | A0 | 9B | CA | 15 | 17 | 0 | 15 | F6 | 1F | 46 |
| Octal | 240 | 233 | 312 | 25 | 27 | 0 | 25 | 366 | 37 | 106 |
| Binary | 10100000 | 10011011 | 11001010 | 10101 | 10111 | 0 | 10101 | 11110110 | 11111 | 1000110 |
Color Harmonies of #A09BCA
Complementary color
Monochromatic Colors of #A09BCA
Black with #A09BCA
Text Example
Text Example
White with #A09BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BCA; }
p { color: rgb(160,155,202); }
H1.HeaderClassName
{
color: #A09BCA;
}
.AnyTagClassName
{
color: #A09BCA;
}
</style>
background-color css
<style>
a { background-color: #A09BCA; }
a { background-color: rgb(160,155,202); }
div.DivClassName
{
background-color: #A09BCA;
}
.BgClassName
{
background-color: #A09BCA;
}
</style>
border-color css
<style>
span { border-color: #A09BCA; }
span { border-color: rgb(160,155,202); }
td.TdClassName
{
border-color: #A09BCA;
}
.TagClassName
{
border-color: #A09BCA;
}
</style>