Shades of Wistful #A098E6
Tints of Wistful #A098E6
RGB
CMYK
RGB Variations
Color information
#A098E6 (or 0xA098E6) is known color: Wistful. HEX triplet: A0, 98 and E6. RGB value is (160,152,230). Sum of RGB (Red+Green+Blue) = 160+152+230=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 230 - color contains mainly: blue. Hex color #A098E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A098E6 is #5F6719. Grayscale: #A2A2A2. Windows color (decimal): -6252314 or 15112352. OLE color: 15112352.
HSL color Cylindrical-coordinate representation of color #A098E6: hue angle of 246.15º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A098E6 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 152 | 230 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.10 |
| HSL | 246.15º | 0.61% | 0.75% | - |
| HSV(B) | 246.15º | 0.34% | 0.9% | - |
| XYZ | 40.01 | 35.64 | 79.63 | - |
| YUV | 163.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 230 | 0.30 | 0.34 | 0 | 0.10 | 246.15 | 0.61 | 0.75 |
| Hex | A0 | 98 | E6 | 1E | 22 | 0 | A | F6 | 3D | 4B |
| Octal | 240 | 230 | 346 | 36 | 42 | 0 | 12 | 366 | 75 | 113 |
| Binary | 10100000 | 10011000 | 11100110 | 11110 | 100010 | 0 | 1010 | 11110110 | 111101 | 1001011 |
Color Harmonies of #A098E6
Complementary color
Monochromatic Colors of #A098E6
Black with #A098E6
Text Example
Text Example
White with #A098E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A098E6; }
p { color: rgb(160,152,230); }
H1.HeaderClassName
{
color: #A098E6;
}
.AnyTagClassName
{
color: #A098E6;
}
</style>
background-color css
<style>
a { background-color: #A098E6; }
a { background-color: rgb(160,152,230); }
div.DivClassName
{
background-color: #A098E6;
}
.BgClassName
{
background-color: #A098E6;
}
</style>
border-color css
<style>
span { border-color: #A098E6; }
span { border-color: rgb(160,152,230); }
td.TdClassName
{
border-color: #A098E6;
}
.TagClassName
{
border-color: #A098E6;
}
</style>