Shades of Wistful #A098F2
Tints of Wistful #A098F2
RGB
CMYK
RGB Variations
Color information
#A098F2 (or 0xA098F2) is known color: Wistful. HEX triplet: A0, 98 and F2. RGB value is (160,152,242). Sum of RGB (Red+Green+Blue) = 160+152+242=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #A098F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A098F2 is #5F670D. Grayscale: #A4A4A4. Windows color (decimal): -6252302 or 15898784. OLE color: 15898784.
HSL color Cylindrical-coordinate representation of color #A098F2: hue angle of 245.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A098F2 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 152 | 242 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.05 |
| HSL | 245.33º | 0.78% | 0.77% | - |
| HSV(B) | 245.33º | 0.37% | 0.95% | - |
| XYZ | 41.75 | 36.34 | 88.82 | - |
| YUV | 164.65 | 171.65 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 242 | 0.34 | 0.37 | 0 | 0.05 | 245.33 | 0.78 | 0.77 |
| Hex | A0 | 98 | F2 | 22 | 25 | 0 | 5 | F5 | 4E | 4D |
| Octal | 240 | 230 | 362 | 42 | 45 | 0 | 5 | 365 | 116 | 115 |
| Binary | 10100000 | 10011000 | 11110010 | 100010 | 100101 | 0 | 101 | 11110101 | 1001110 | 1001101 |
Color Harmonies of #A098F2
Complementary color
Monochromatic Colors of #A098F2
Black with #A098F2
Text Example
Text Example
White with #A098F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A098F2; }
p { color: rgb(160,152,242); }
H1.HeaderClassName
{
color: #A098F2;
}
.AnyTagClassName
{
color: #A098F2;
}
</style>
background-color css
<style>
a { background-color: #A098F2; }
a { background-color: rgb(160,152,242); }
div.DivClassName
{
background-color: #A098F2;
}
.BgClassName
{
background-color: #A098F2;
}
</style>
border-color css
<style>
span { border-color: #A098F2; }
span { border-color: rgb(160,152,242); }
td.TdClassName
{
border-color: #A098F2;
}
.TagClassName
{
border-color: #A098F2;
}
</style>