Shades of Wistful #A099C5
Tints of Wistful #A099C5
RGB
CMYK
RGB Variations
Color information
#A099C5 (or 0xA099C5) is known color: Wistful. HEX triplet: A0, 99 and C5. RGB value is (160,153,197). Sum of RGB (Red+Green+Blue) = 160+153+197=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #A099C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099C5 is #5F663A. Grayscale: #9F9F9F. Windows color (decimal): -6252091 or 12949920. OLE color: 12949920.
HSL color Cylindrical-coordinate representation of color #A099C5: hue angle of 249.55º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A099C5 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 153 | 197 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.23 |
| HSL | 249.55º | 0.28% | 0.69% | - |
| HSV(B) | 249.55º | 0.22% | 0.77% | - |
| XYZ | 35.97 | 34.29 | 57.55 | - |
| YUV | 160.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 197 | 0.19 | 0.22 | 0 | 0.23 | 249.55 | 0.28 | 0.69 |
| Hex | A0 | 99 | C5 | 13 | 16 | 0 | 17 | FA | 1C | 45 |
| Octal | 240 | 231 | 305 | 23 | 26 | 0 | 27 | 372 | 34 | 105 |
| Binary | 10100000 | 10011001 | 11000101 | 10011 | 10110 | 0 | 10111 | 11111010 | 11100 | 1000101 |
Color Harmonies of #A099C5
Complementary color
Monochromatic Colors of #A099C5
Black with #A099C5
Text Example
Text Example
White with #A099C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099C5; }
p { color: rgb(160,153,197); }
H1.HeaderClassName
{
color: #A099C5;
}
.AnyTagClassName
{
color: #A099C5;
}
</style>
background-color css
<style>
a { background-color: #A099C5; }
a { background-color: rgb(160,153,197); }
div.DivClassName
{
background-color: #A099C5;
}
.BgClassName
{
background-color: #A099C5;
}
</style>
border-color css
<style>
span { border-color: #A099C5; }
span { border-color: rgb(160,153,197); }
td.TdClassName
{
border-color: #A099C5;
}
.TagClassName
{
border-color: #A099C5;
}
</style>