Shades of Wistful #A8A9CA
Tints of Wistful #A8A9CA
RGB
CMYK
RGB Variations
Color information
#A8A9CA (or 0xA8A9CA) is known color: Wistful. HEX triplet: A8, A9 and CA. RGB value is (168,169,202). Sum of RGB (Red+Green+Blue) = 168+169+202=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #A8A9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A9CA is #575635. Grayscale: #ACACAC. Windows color (decimal): -5723702 or 13281704. OLE color: 13281704.
HSL color Cylindrical-coordinate representation of color #A8A9CA: hue angle of 238.24º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8A9CA is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 169 | 202 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.21 |
| HSL | 238.24º | 0.24% | 0.73% | - |
| HSV(B) | 238.24º | 0.17% | 0.79% | - |
| XYZ | 41 | 40.97 | 61.62 | - |
| YUV | 172.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 202 | 0.17 | 0.16 | 0 | 0.21 | 238.24 | 0.24 | 0.73 |
| Hex | A8 | A9 | CA | 11 | 10 | 0 | 15 | EE | 18 | 49 |
| Octal | 250 | 251 | 312 | 21 | 20 | 0 | 25 | 356 | 30 | 111 |
| Binary | 10101000 | 10101001 | 11001010 | 10001 | 10000 | 0 | 10101 | 11101110 | 11000 | 1001001 |
Color Harmonies of #A8A9CA
Complementary color
Monochromatic Colors of #A8A9CA
Black with #A8A9CA
Text Example
Text Example
White with #A8A9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A9CA; }
p { color: rgb(168,169,202); }
H1.HeaderClassName
{
color: #A8A9CA;
}
.AnyTagClassName
{
color: #A8A9CA;
}
</style>
background-color css
<style>
a { background-color: #A8A9CA; }
a { background-color: rgb(168,169,202); }
div.DivClassName
{
background-color: #A8A9CA;
}
.BgClassName
{
background-color: #A8A9CA;
}
</style>
border-color css
<style>
span { border-color: #A8A9CA; }
span { border-color: rgb(168,169,202); }
td.TdClassName
{
border-color: #A8A9CA;
}
.TagClassName
{
border-color: #A8A9CA;
}
</style>