Shades of Wistful #A099DA
Tints of Wistful #A099DA
RGB
CMYK
RGB Variations
Color information
#A099DA (or 0xA099DA) is known color: Wistful. HEX triplet: A0, 99 and DA. RGB value is (160,153,218). Sum of RGB (Red+Green+Blue) = 160+153+218=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #A099DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099DA is #5F6625. Grayscale: #A2A2A2. Windows color (decimal): -6252070 or 14326176. OLE color: 14326176.
HSL color Cylindrical-coordinate representation of color #A099DA: hue angle of 246.46º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A099DA is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 153 | 218 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.15 |
| HSL | 246.46º | 0.47% | 0.73% | - |
| HSV(B) | 246.46º | 0.3% | 0.85% | - |
| XYZ | 38.54 | 35.32 | 71.12 | - |
| YUV | 162.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 218 | 0.27 | 0.30 | 0 | 0.15 | 246.46 | 0.47 | 0.73 |
| Hex | A0 | 99 | DA | 1B | 1E | 0 | F | F6 | 2F | 49 |
| Octal | 240 | 231 | 332 | 33 | 36 | 0 | 17 | 366 | 57 | 111 |
| Binary | 10100000 | 10011001 | 11011010 | 11011 | 11110 | 0 | 1111 | 11110110 | 101111 | 1001001 |
Color Harmonies of #A099DA
Complementary color
Monochromatic Colors of #A099DA
Black with #A099DA
Text Example
Text Example
White with #A099DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099DA; }
p { color: rgb(160,153,218); }
H1.HeaderClassName
{
color: #A099DA;
}
.AnyTagClassName
{
color: #A099DA;
}
</style>
background-color css
<style>
a { background-color: #A099DA; }
a { background-color: rgb(160,153,218); }
div.DivClassName
{
background-color: #A099DA;
}
.BgClassName
{
background-color: #A099DA;
}
</style>
border-color css
<style>
span { border-color: #A099DA; }
span { border-color: rgb(160,153,218); }
td.TdClassName
{
border-color: #A099DA;
}
.TagClassName
{
border-color: #A099DA;
}
</style>