Shades of Wistful #A098EA
Tints of Wistful #A098EA
RGB
CMYK
RGB Variations
Color information
#A098EA (or 0xA098EA) is known color: Wistful. HEX triplet: A0, 98 and EA. RGB value is (160,152,234). Sum of RGB (Red+Green+Blue) = 160+152+234=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #A098EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A098EA is #5F6715. Grayscale: #A3A3A3. Windows color (decimal): -6252310 or 15374496. OLE color: 15374496.
HSL color Cylindrical-coordinate representation of color #A098EA: hue angle of 245.85º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A098EA is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 152 | 234 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.08 |
| HSL | 245.85º | 0.66% | 0.76% | - |
| HSV(B) | 245.85º | 0.35% | 0.92% | - |
| XYZ | 40.58 | 35.87 | 82.63 | - |
| YUV | 163.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 234 | 0.32 | 0.35 | 0 | 0.08 | 245.85 | 0.66 | 0.76 |
| Hex | A0 | 98 | EA | 20 | 23 | 0 | 8 | F6 | 42 | 4C |
| Octal | 240 | 230 | 352 | 40 | 43 | 0 | 10 | 366 | 102 | 114 |
| Binary | 10100000 | 10011000 | 11101010 | 100000 | 100011 | 0 | 1000 | 11110110 | 1000010 | 1001100 |
Color Harmonies of #A098EA
Complementary color
Monochromatic Colors of #A098EA
Black with #A098EA
Text Example
Text Example
White with #A098EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A098EA; }
p { color: rgb(160,152,234); }
H1.HeaderClassName
{
color: #A098EA;
}
.AnyTagClassName
{
color: #A098EA;
}
</style>
background-color css
<style>
a { background-color: #A098EA; }
a { background-color: rgb(160,152,234); }
div.DivClassName
{
background-color: #A098EA;
}
.BgClassName
{
background-color: #A098EA;
}
</style>
border-color css
<style>
span { border-color: #A098EA; }
span { border-color: rgb(160,152,234); }
td.TdClassName
{
border-color: #A098EA;
}
.TagClassName
{
border-color: #A098EA;
}
</style>