Shades of Wistful #A598DD
Tints of Wistful #A598DD
RGB
CMYK
RGB Variations
Color information
#A598DD (or 0xA598DD) is known color: Wistful. HEX triplet: A5, 98 and DD. RGB value is (165,152,221). Sum of RGB (Red+Green+Blue) = 165+152+221=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #A598DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598DD is #5A6722. Grayscale: #A3A3A3. Windows color (decimal): -5924643 or 14522533. OLE color: 14522533.
HSL color Cylindrical-coordinate representation of color #A598DD: hue angle of 251.3º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A598DD is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 152 | 221 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.13 |
| HSL | 251.3º | 0.5% | 0.73% | - |
| HSV(B) | 251.3º | 0.31% | 0.87% | - |
| XYZ | 39.8 | 35.68 | 73.2 | - |
| YUV | 163.75 | 160.31 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 152 | 221 | 0.25 | 0.31 | 0 | 0.13 | 251.3 | 0.5 | 0.73 |
| Hex | A5 | 98 | DD | 19 | 1F | 0 | D | FB | 32 | 49 |
| Octal | 245 | 230 | 335 | 31 | 37 | 0 | 15 | 373 | 62 | 111 |
| Binary | 10100101 | 10011000 | 11011101 | 11001 | 11111 | 0 | 1101 | 11111011 | 110010 | 1001001 |
Color Harmonies of #A598DD
Complementary color
Monochromatic Colors of #A598DD
Black with #A598DD
Text Example
Text Example
White with #A598DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A598DD; }
p { color: rgb(165,152,221); }
H1.HeaderClassName
{
color: #A598DD;
}
.AnyTagClassName
{
color: #A598DD;
}
</style>
background-color css
<style>
a { background-color: #A598DD; }
a { background-color: rgb(165,152,221); }
div.DivClassName
{
background-color: #A598DD;
}
.BgClassName
{
background-color: #A598DD;
}
</style>
border-color css
<style>
span { border-color: #A598DD; }
span { border-color: rgb(165,152,221); }
td.TdClassName
{
border-color: #A598DD;
}
.TagClassName
{
border-color: #A598DD;
}
</style>