Shades of Wistful #A099D1
Tints of Wistful #A099D1
RGB
CMYK
RGB Variations
Color information
#A099D1 (or 0xA099D1) is known color: Wistful. HEX triplet: A0, 99 and D1. RGB value is (160,153,209). Sum of RGB (Red+Green+Blue) = 160+153+209=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #A099D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099D1 is #5F662E. Grayscale: #A1A1A1. Windows color (decimal): -6252079 or 13736352. OLE color: 13736352.
HSL color Cylindrical-coordinate representation of color #A099D1: hue angle of 247.5º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A099D1 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 153 | 209 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.18 |
| HSL | 247.5º | 0.38% | 0.71% | - |
| HSV(B) | 247.5º | 0.27% | 0.82% | - |
| XYZ | 37.4 | 34.86 | 65.08 | - |
| YUV | 161.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 209 | 0.23 | 0.27 | 0 | 0.18 | 247.5 | 0.38 | 0.71 |
| Hex | A0 | 99 | D1 | 17 | 1B | 0 | 12 | F8 | 26 | 47 |
| Octal | 240 | 231 | 321 | 27 | 33 | 0 | 22 | 370 | 46 | 107 |
| Binary | 10100000 | 10011001 | 11010001 | 10111 | 11011 | 0 | 10010 | 11111000 | 100110 | 1000111 |
Color Harmonies of #A099D1
Complementary color
Monochromatic Colors of #A099D1
Black with #A099D1
Text Example
Text Example
White with #A099D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099D1; }
p { color: rgb(160,153,209); }
H1.HeaderClassName
{
color: #A099D1;
}
.AnyTagClassName
{
color: #A099D1;
}
</style>
background-color css
<style>
a { background-color: #A099D1; }
a { background-color: rgb(160,153,209); }
div.DivClassName
{
background-color: #A099D1;
}
.BgClassName
{
background-color: #A099D1;
}
</style>
border-color css
<style>
span { border-color: #A099D1; }
span { border-color: rgb(160,153,209); }
td.TdClassName
{
border-color: #A099D1;
}
.TagClassName
{
border-color: #A099D1;
}
</style>