Shades of Wistful #A098DC
Tints of Wistful #A098DC
RGB
CMYK
RGB Variations
Color information
#A098DC (or 0xA098DC) is known color: Wistful. HEX triplet: A0, 98 and DC. RGB value is (160,152,220). Sum of RGB (Red+Green+Blue) = 160+152+220=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #A098DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098DC is #5F6723. Grayscale: #A1A1A1. Windows color (decimal): -6252324 or 14456992. OLE color: 14456992.
HSL color Cylindrical-coordinate representation of color #A098DC: hue angle of 247.06º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A098DC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 152 | 220 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.14 |
| HSL | 247.06º | 0.49% | 0.73% | - |
| HSV(B) | 247.06º | 0.31% | 0.86% | - |
| XYZ | 38.64 | 35.1 | 72.45 | - |
| YUV | 162.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 220 | 0.27 | 0.31 | 0 | 0.14 | 247.06 | 0.49 | 0.73 |
| Hex | A0 | 98 | DC | 1B | 1F | 0 | E | F7 | 31 | 49 |
| Octal | 240 | 230 | 334 | 33 | 37 | 0 | 16 | 367 | 61 | 111 |
| Binary | 10100000 | 10011000 | 11011100 | 11011 | 11111 | 0 | 1110 | 11110111 | 110001 | 1001001 |
Color Harmonies of #A098DC
Complementary color
Monochromatic Colors of #A098DC
Black with #A098DC
Text Example
Text Example
White with #A098DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A098DC; }
p { color: rgb(160,152,220); }
H1.HeaderClassName
{
color: #A098DC;
}
.AnyTagClassName
{
color: #A098DC;
}
</style>
background-color css
<style>
a { background-color: #A098DC; }
a { background-color: rgb(160,152,220); }
div.DivClassName
{
background-color: #A098DC;
}
.BgClassName
{
background-color: #A098DC;
}
</style>
border-color css
<style>
span { border-color: #A098DC; }
span { border-color: rgb(160,152,220); }
td.TdClassName
{
border-color: #A098DC;
}
.TagClassName
{
border-color: #A098DC;
}
</style>