Shades of Wistful #A298DB
Tints of Wistful #A298DB
RGB
CMYK
RGB Variations
Color information
#A298DB (or 0xA298DB) is known color: Wistful. HEX triplet: A2, 98 and DB. RGB value is (162,152,219). Sum of RGB (Red+Green+Blue) = 162+152+219=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #A298DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298DB is #5D6724. Grayscale: #A2A2A2. Windows color (decimal): -6121253 or 14391458. OLE color: 14391458.
HSL color Cylindrical-coordinate representation of color #A298DB: hue angle of 248.96º 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 #A298DB is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 152 | 219 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.14 |
| HSL | 248.96º | 0.48% | 0.73% | - |
| HSV(B) | 248.96º | 0.31% | 0.86% | - |
| XYZ | 38.91 | 35.25 | 71.77 | - |
| YUV | 162.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 219 | 0.26 | 0.31 | 0 | 0.14 | 248.96 | 0.48 | 0.73 |
| Hex | A2 | 98 | DB | 1A | 1F | 0 | E | F9 | 30 | 49 |
| Octal | 242 | 230 | 333 | 32 | 37 | 0 | 16 | 371 | 60 | 111 |
| Binary | 10100010 | 10011000 | 11011011 | 11010 | 11111 | 0 | 1110 | 11111001 | 110000 | 1001001 |
Color Harmonies of #A298DB
Complementary color
Monochromatic Colors of #A298DB
Black with #A298DB
Text Example
Text Example
White with #A298DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A298DB; }
p { color: rgb(162,152,219); }
H1.HeaderClassName
{
color: #A298DB;
}
.AnyTagClassName
{
color: #A298DB;
}
</style>
background-color css
<style>
a { background-color: #A298DB; }
a { background-color: rgb(162,152,219); }
div.DivClassName
{
background-color: #A298DB;
}
.BgClassName
{
background-color: #A298DB;
}
</style>
border-color css
<style>
span { border-color: #A298DB; }
span { border-color: rgb(162,152,219); }
td.TdClassName
{
border-color: #A298DB;
}
.TagClassName
{
border-color: #A298DB;
}
</style>