Shades of Wistful #A098DB
Tints of Wistful #A098DB
RGB
CMYK
RGB Variations
Color information
#A098DB (or 0xA098DB) is known color: Wistful. HEX triplet: A0, 98 and DB. RGB value is (160,152,219). Sum of RGB (Red+Green+Blue) = 160+152+219=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #A098DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098DB is #5F6724. Grayscale: #A1A1A1. Windows color (decimal): -6252325 or 14391456. OLE color: 14391456.
HSL color Cylindrical-coordinate representation of color #A098DB: hue angle of 247.16º degrees, saturation: 0.48, 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 #A098DB is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 152 | 219 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.14 |
| HSL | 247.16º | 0.48% | 0.73% | - |
| HSV(B) | 247.16º | 0.31% | 0.86% | - |
| XYZ | 38.51 | 35.04 | 71.75 | - |
| YUV | 162.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 219 | 0.27 | 0.31 | 0 | 0.14 | 247.16 | 0.48 | 0.73 |
| Hex | A0 | 98 | DB | 1B | 1F | 0 | E | F7 | 30 | 49 |
| Octal | 240 | 230 | 333 | 33 | 37 | 0 | 16 | 367 | 60 | 111 |
| Binary | 10100000 | 10011000 | 11011011 | 11011 | 11111 | 0 | 1110 | 11110111 | 110000 | 1001001 |
Color Harmonies of #A098DB
Complementary color
Monochromatic Colors of #A098DB
Black with #A098DB
Text Example
Text Example
White with #A098DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A098DB; }
p { color: rgb(160,152,219); }
H1.HeaderClassName
{
color: #A098DB;
}
.AnyTagClassName
{
color: #A098DB;
}
</style>
background-color css
<style>
a { background-color: #A098DB; }
a { background-color: rgb(160,152,219); }
div.DivClassName
{
background-color: #A098DB;
}
.BgClassName
{
background-color: #A098DB;
}
</style>
border-color css
<style>
span { border-color: #A098DB; }
span { border-color: rgb(160,152,219); }
td.TdClassName
{
border-color: #A098DB;
}
.TagClassName
{
border-color: #A098DB;
}
</style>