Shades of Wistful #A598D0
Tints of Wistful #A598D0
RGB
CMYK
RGB Variations
Color information
#A598D0 (or 0xA598D0) is known color: Wistful. HEX triplet: A5, 98 and D0. RGB value is (165,152,208). Sum of RGB (Red+Green+Blue) = 165+152+208=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #A598D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598D0 is #5A672F. Grayscale: #A2A2A2. Windows color (decimal): -5924656 or 13670565. OLE color: 13670565.
HSL color Cylindrical-coordinate representation of color #A598D0: hue angle of 253.93º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A598D0 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 152 | 208 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.18 |
| HSL | 253.93º | 0.37% | 0.71% | - |
| HSV(B) | 253.93º | 0.27% | 0.82% | - |
| XYZ | 38.13 | 35.01 | 64.42 | - |
| YUV | 162.27 | 153.81 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 152 | 208 | 0.21 | 0.27 | 0 | 0.18 | 253.93 | 0.37 | 0.71 |
| Hex | A5 | 98 | D0 | 15 | 1B | 0 | 12 | FE | 25 | 47 |
| Octal | 245 | 230 | 320 | 25 | 33 | 0 | 22 | 376 | 45 | 107 |
| Binary | 10100101 | 10011000 | 11010000 | 10101 | 11011 | 0 | 10010 | 11111110 | 100101 | 1000111 |
Color Harmonies of #A598D0
Complementary color
Monochromatic Colors of #A598D0
Black with #A598D0
Text Example
Text Example
White with #A598D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A598D0; }
p { color: rgb(165,152,208); }
H1.HeaderClassName
{
color: #A598D0;
}
.AnyTagClassName
{
color: #A598D0;
}
</style>
background-color css
<style>
a { background-color: #A598D0; }
a { background-color: rgb(165,152,208); }
div.DivClassName
{
background-color: #A598D0;
}
.BgClassName
{
background-color: #A598D0;
}
</style>
border-color css
<style>
span { border-color: #A598D0; }
span { border-color: rgb(165,152,208); }
td.TdClassName
{
border-color: #A598D0;
}
.TagClassName
{
border-color: #A598D0;
}
</style>