Shades of Wistful #A099D8
Tints of Wistful #A099D8
RGB
CMYK
RGB Variations
Color information
#A099D8 (or 0xA099D8) is known color: Wistful. HEX triplet: A0, 99 and D8. RGB value is (160,153,216). Sum of RGB (Red+Green+Blue) = 160+153+216=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #A099D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099D8 is #5F6627. Grayscale: #A2A2A2. Windows color (decimal): -6252072 or 14195104. OLE color: 14195104.
HSL color Cylindrical-coordinate representation of color #A099D8: hue angle of 246.67º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A099D8 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 153 | 216 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.15 |
| HSL | 246.67º | 0.45% | 0.72% | - |
| HSV(B) | 246.67º | 0.29% | 0.85% | - |
| XYZ | 38.28 | 35.21 | 69.74 | - |
| YUV | 162.28 | 158.32 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 216 | 0.26 | 0.29 | 0 | 0.15 | 246.67 | 0.45 | 0.72 |
| Hex | A0 | 99 | D8 | 1A | 1D | 0 | F | F7 | 2D | 48 |
| Octal | 240 | 231 | 330 | 32 | 35 | 0 | 17 | 367 | 55 | 110 |
| Binary | 10100000 | 10011001 | 11011000 | 11010 | 11101 | 0 | 1111 | 11110111 | 101101 | 1001000 |
Color Harmonies of #A099D8
Complementary color
Monochromatic Colors of #A099D8
Black with #A099D8
Text Example
Text Example
White with #A099D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099D8; }
p { color: rgb(160,153,216); }
H1.HeaderClassName
{
color: #A099D8;
}
.AnyTagClassName
{
color: #A099D8;
}
</style>
background-color css
<style>
a { background-color: #A099D8; }
a { background-color: rgb(160,153,216); }
div.DivClassName
{
background-color: #A099D8;
}
.BgClassName
{
background-color: #A099D8;
}
</style>
border-color css
<style>
span { border-color: #A099D8; }
span { border-color: rgb(160,153,216); }
td.TdClassName
{
border-color: #A099D8;
}
.TagClassName
{
border-color: #A099D8;
}
</style>