Shades of Wistful #A099C9
Tints of Wistful #A099C9
RGB
CMYK
RGB Variations
Color information
#A099C9 (or 0xA099C9) is known color: Wistful. HEX triplet: A0, 99 and C9. RGB value is (160,153,201). Sum of RGB (Red+Green+Blue) = 160+153+201=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 201 - color contains mainly: blue. Hex color #A099C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099C9 is #5F6636. Grayscale: #A0A0A0. Windows color (decimal): -6252087 or 13212064. OLE color: 13212064.
HSL color Cylindrical-coordinate representation of color #A099C9: hue angle of 248.75º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A099C9 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 153 | 201 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.21 |
| HSL | 248.75º | 0.31% | 0.69% | - |
| HSV(B) | 248.75º | 0.24% | 0.79% | - |
| XYZ | 36.43 | 34.47 | 59.99 | - |
| YUV | 160.57 | 150.82 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 201 | 0.20 | 0.24 | 0 | 0.21 | 248.75 | 0.31 | 0.69 |
| Hex | A0 | 99 | C9 | 14 | 18 | 0 | 15 | F9 | 1F | 45 |
| Octal | 240 | 231 | 311 | 24 | 30 | 0 | 25 | 371 | 37 | 105 |
| Binary | 10100000 | 10011001 | 11001001 | 10100 | 11000 | 0 | 10101 | 11111001 | 11111 | 1000101 |
Color Harmonies of #A099C9
Complementary color
Monochromatic Colors of #A099C9
Black with #A099C9
Text Example
Text Example
White with #A099C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099C9; }
p { color: rgb(160,153,201); }
H1.HeaderClassName
{
color: #A099C9;
}
.AnyTagClassName
{
color: #A099C9;
}
</style>
background-color css
<style>
a { background-color: #A099C9; }
a { background-color: rgb(160,153,201); }
div.DivClassName
{
background-color: #A099C9;
}
.BgClassName
{
background-color: #A099C9;
}
</style>
border-color css
<style>
span { border-color: #A099C9; }
span { border-color: rgb(160,153,201); }
td.TdClassName
{
border-color: #A099C9;
}
.TagClassName
{
border-color: #A099C9;
}
</style>