Shades of Wistful #A099D0
Tints of Wistful #A099D0
RGB
CMYK
RGB Variations
Color information
#A099D0 (or 0xA099D0) is known color: Wistful. HEX triplet: A0, 99 and D0. RGB value is (160,153,208). Sum of RGB (Red+Green+Blue) = 160+153+208=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #A099D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099D0 is #5F662F. Grayscale: #A1A1A1. Windows color (decimal): -6252080 or 13670816. OLE color: 13670816.
HSL color Cylindrical-coordinate representation of color #A099D0: hue angle of 247.64º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A099D0 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 153 | 208 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.18 |
| HSL | 247.64º | 0.37% | 0.71% | - |
| HSV(B) | 247.64º | 0.26% | 0.82% | - |
| XYZ | 37.27 | 34.81 | 64.43 | - |
| YUV | 161.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 208 | 0.23 | 0.26 | 0 | 0.18 | 247.64 | 0.37 | 0.71 |
| Hex | A0 | 99 | D0 | 17 | 1A | 0 | 12 | F8 | 25 | 47 |
| Octal | 240 | 231 | 320 | 27 | 32 | 0 | 22 | 370 | 45 | 107 |
| Binary | 10100000 | 10011001 | 11010000 | 10111 | 11010 | 0 | 10010 | 11111000 | 100101 | 1000111 |
Color Harmonies of #A099D0
Complementary color
Monochromatic Colors of #A099D0
Black with #A099D0
Text Example
Text Example
White with #A099D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099D0; }
p { color: rgb(160,153,208); }
H1.HeaderClassName
{
color: #A099D0;
}
.AnyTagClassName
{
color: #A099D0;
}
</style>
background-color css
<style>
a { background-color: #A099D0; }
a { background-color: rgb(160,153,208); }
div.DivClassName
{
background-color: #A099D0;
}
.BgClassName
{
background-color: #A099D0;
}
</style>
border-color css
<style>
span { border-color: #A099D0; }
span { border-color: rgb(160,153,208); }
td.TdClassName
{
border-color: #A099D0;
}
.TagClassName
{
border-color: #A099D0;
}
</style>