Shades of Wistful #A598D7
Tints of Wistful #A598D7
RGB
CMYK
RGB Variations
Color information
#A598D7 (or 0xA598D7) is known color: Wistful. HEX triplet: A5, 98 and D7. RGB value is (165,152,215). Sum of RGB (Red+Green+Blue) = 165+152+215=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 215 - color contains mainly: blue. Hex color #A598D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598D7 is #5A6728. Grayscale: #A2A2A2. Windows color (decimal): -5924649 or 14129317. OLE color: 14129317.
HSL color Cylindrical-coordinate representation of color #A598D7: hue angle of 252.38º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A598D7 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 152 | 215 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.16 |
| HSL | 252.38º | 0.44% | 0.72% | - |
| HSV(B) | 252.38º | 0.29% | 0.84% | - |
| XYZ | 39.01 | 35.36 | 69.06 | - |
| YUV | 163.07 | 157.31 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 152 | 215 | 0.23 | 0.29 | 0 | 0.16 | 252.38 | 0.44 | 0.72 |
| Hex | A5 | 98 | D7 | 17 | 1D | 0 | 10 | FC | 2C | 48 |
| Octal | 245 | 230 | 327 | 27 | 35 | 0 | 20 | 374 | 54 | 110 |
| Binary | 10100101 | 10011000 | 11010111 | 10111 | 11101 | 0 | 10000 | 11111100 | 101100 | 1001000 |
Color Harmonies of #A598D7
Complementary color
Monochromatic Colors of #A598D7
Black with #A598D7
Text Example
Text Example
White with #A598D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A598D7; }
p { color: rgb(165,152,215); }
H1.HeaderClassName
{
color: #A598D7;
}
.AnyTagClassName
{
color: #A598D7;
}
</style>
background-color css
<style>
a { background-color: #A598D7; }
a { background-color: rgb(165,152,215); }
div.DivClassName
{
background-color: #A598D7;
}
.BgClassName
{
background-color: #A598D7;
}
</style>
border-color css
<style>
span { border-color: #A598D7; }
span { border-color: rgb(165,152,215); }
td.TdClassName
{
border-color: #A598D7;
}
.TagClassName
{
border-color: #A598D7;
}
</style>