Shades of Wistful #A099CA
Tints of Wistful #A099CA
RGB
CMYK
RGB Variations
Color information
#A099CA (or 0xA099CA) is known color: Wistful. HEX triplet: A0, 99 and CA. RGB value is (160,153,202). Sum of RGB (Red+Green+Blue) = 160+153+202=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #A099CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099CA is #5F6635. Grayscale: #A0A0A0. Windows color (decimal): -6252086 or 13277600. OLE color: 13277600.
HSL color Cylindrical-coordinate representation of color #A099CA: hue angle of 248.57º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A099CA is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 153 | 202 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.21 |
| HSL | 248.57º | 0.32% | 0.7% | - |
| HSV(B) | 248.57º | 0.24% | 0.79% | - |
| XYZ | 36.55 | 34.52 | 60.61 | - |
| YUV | 160.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 202 | 0.21 | 0.24 | 0 | 0.21 | 248.57 | 0.32 | 0.7 |
| Hex | A0 | 99 | CA | 15 | 18 | 0 | 15 | F9 | 20 | 46 |
| Octal | 240 | 231 | 312 | 25 | 30 | 0 | 25 | 371 | 40 | 106 |
| Binary | 10100000 | 10011001 | 11001010 | 10101 | 11000 | 0 | 10101 | 11111001 | 100000 | 1000110 |
Color Harmonies of #A099CA
Complementary color
Monochromatic Colors of #A099CA
Black with #A099CA
Text Example
Text Example
White with #A099CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099CA; }
p { color: rgb(160,153,202); }
H1.HeaderClassName
{
color: #A099CA;
}
.AnyTagClassName
{
color: #A099CA;
}
</style>
background-color css
<style>
a { background-color: #A099CA; }
a { background-color: rgb(160,153,202); }
div.DivClassName
{
background-color: #A099CA;
}
.BgClassName
{
background-color: #A099CA;
}
</style>
border-color css
<style>
span { border-color: #A099CA; }
span { border-color: rgb(160,153,202); }
td.TdClassName
{
border-color: #A099CA;
}
.TagClassName
{
border-color: #A099CA;
}
</style>