Shades of Wistful #A099DE
Tints of Wistful #A099DE
RGB
CMYK
RGB Variations
Color information
#A099DE (or 0xA099DE) is known color: Wistful. HEX triplet: A0, 99 and DE. RGB value is (160,153,222). Sum of RGB (Red+Green+Blue) = 160+153+222=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #A099DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099DE is #5F6621. Grayscale: #A2A2A2. Windows color (decimal): -6252066 or 14588320. OLE color: 14588320.
HSL color Cylindrical-coordinate representation of color #A099DE: hue angle of 246.09º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A099DE is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 153 | 222 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.13 |
| HSL | 246.09º | 0.51% | 0.74% | - |
| HSV(B) | 246.09º | 0.31% | 0.87% | - |
| XYZ | 39.07 | 35.53 | 73.91 | - |
| YUV | 162.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 222 | 0.28 | 0.31 | 0 | 0.13 | 246.09 | 0.51 | 0.74 |
| Hex | A0 | 99 | DE | 1C | 1F | 0 | D | F6 | 33 | 4A |
| Octal | 240 | 231 | 336 | 34 | 37 | 0 | 15 | 366 | 63 | 112 |
| Binary | 10100000 | 10011001 | 11011110 | 11100 | 11111 | 0 | 1101 | 11110110 | 110011 | 1001010 |
Color Harmonies of #A099DE
Complementary color
Monochromatic Colors of #A099DE
Black with #A099DE
Text Example
Text Example
White with #A099DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099DE; }
p { color: rgb(160,153,222); }
H1.HeaderClassName
{
color: #A099DE;
}
.AnyTagClassName
{
color: #A099DE;
}
</style>
background-color css
<style>
a { background-color: #A099DE; }
a { background-color: rgb(160,153,222); }
div.DivClassName
{
background-color: #A099DE;
}
.BgClassName
{
background-color: #A099DE;
}
</style>
border-color css
<style>
span { border-color: #A099DE; }
span { border-color: rgb(160,153,222); }
td.TdClassName
{
border-color: #A099DE;
}
.TagClassName
{
border-color: #A099DE;
}
</style>