Shades of Wistful #A099F8
Tints of Wistful #A099F8
RGB
CMYK
RGB Variations
Color information
#A099F8 (or 0xA099F8) is known color: Wistful. HEX triplet: A0, 99 and F8. RGB value is (160,153,248). Sum of RGB (Red+Green+Blue) = 160+153+248=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #A099F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A099F8 is #5F6607. Grayscale: #A5A5A5. Windows color (decimal): -6252040 or 16292256. OLE color: 16292256.
HSL color Cylindrical-coordinate representation of color #A099F8: hue angle of 244.42º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A099F8 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 153 | 248 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.03 |
| HSL | 244.42º | 0.87% | 0.79% | - |
| HSV(B) | 244.42º | 0.38% | 0.97% | - |
| XYZ | 42.83 | 37.03 | 93.7 | - |
| YUV | 165.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 248 | 0.35 | 0.38 | 0 | 0.03 | 244.42 | 0.87 | 0.79 |
| Hex | A0 | 99 | F8 | 23 | 26 | 0 | 3 | F4 | 57 | 4F |
| Octal | 240 | 231 | 370 | 43 | 46 | 0 | 3 | 364 | 127 | 117 |
| Binary | 10100000 | 10011001 | 11111000 | 100011 | 100110 | 0 | 11 | 11110100 | 1010111 | 1001111 |
Color Harmonies of #A099F8
Complementary color
Monochromatic Colors of #A099F8
Black with #A099F8
Text Example
Text Example
White with #A099F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099F8; }
p { color: rgb(160,153,248); }
H1.HeaderClassName
{
color: #A099F8;
}
.AnyTagClassName
{
color: #A099F8;
}
</style>
background-color css
<style>
a { background-color: #A099F8; }
a { background-color: rgb(160,153,248); }
div.DivClassName
{
background-color: #A099F8;
}
.BgClassName
{
background-color: #A099F8;
}
</style>
border-color css
<style>
span { border-color: #A099F8; }
span { border-color: rgb(160,153,248); }
td.TdClassName
{
border-color: #A099F8;
}
.TagClassName
{
border-color: #A099F8;
}
</style>