Shades of Wistful #A099DF
Tints of Wistful #A099DF
RGB
CMYK
RGB Variations
Color information
#A099DF (or 0xA099DF) is known color: Wistful. HEX triplet: A0, 99 and DF. RGB value is (160,153,223). Sum of RGB (Red+Green+Blue) = 160+153+223=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #A099DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099DF is #5F6620. Grayscale: #A2A2A2. Windows color (decimal): -6252065 or 14653856. OLE color: 14653856.
HSL color Cylindrical-coordinate representation of color #A099DF: hue angle of 246º degrees, saturation: 0.52, 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 #A099DF is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 153 | 223 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.13 |
| HSL | 246º | 0.52% | 0.74% | - |
| HSV(B) | 246º | 0.31% | 0.87% | - |
| XYZ | 39.21 | 35.58 | 74.61 | - |
| YUV | 163.07 | 161.82 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 223 | 0.28 | 0.31 | 0 | 0.13 | 246 | 0.52 | 0.74 |
| Hex | A0 | 99 | DF | 1C | 1F | 0 | D | F6 | 34 | 4A |
| Octal | 240 | 231 | 337 | 34 | 37 | 0 | 15 | 366 | 64 | 112 |
| Binary | 10100000 | 10011001 | 11011111 | 11100 | 11111 | 0 | 1101 | 11110110 | 110100 | 1001010 |
Color Harmonies of #A099DF
Complementary color
Monochromatic Colors of #A099DF
Black with #A099DF
Text Example
Text Example
White with #A099DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099DF; }
p { color: rgb(160,153,223); }
H1.HeaderClassName
{
color: #A099DF;
}
.AnyTagClassName
{
color: #A099DF;
}
</style>
background-color css
<style>
a { background-color: #A099DF; }
a { background-color: rgb(160,153,223); }
div.DivClassName
{
background-color: #A099DF;
}
.BgClassName
{
background-color: #A099DF;
}
</style>
border-color css
<style>
span { border-color: #A099DF; }
span { border-color: rgb(160,153,223); }
td.TdClassName
{
border-color: #A099DF;
}
.TagClassName
{
border-color: #A099DF;
}
</style>