Shades of Wistful #A598E6
Tints of Wistful #A598E6
RGB
CMYK
RGB Variations
Color information
#A598E6 (or 0xA598E6) is known color: Wistful. HEX triplet: A5, 98 and E6. RGB value is (165,152,230). Sum of RGB (Red+Green+Blue) = 165+152+230=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #A598E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A598E6 is #5A6719. Grayscale: #A4A4A4. Windows color (decimal): -5924634 or 15112357. OLE color: 15112357.
HSL color Cylindrical-coordinate representation of color #A598E6: hue angle of 250º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A598E6 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 152 | 230 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.10 |
| HSL | 250º | 0.61% | 0.75% | - |
| HSV(B) | 250º | 0.34% | 0.9% | - |
| XYZ | 41.03 | 36.17 | 79.68 | - |
| YUV | 164.78 | 164.81 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 152 | 230 | 0.28 | 0.34 | 0 | 0.10 | 250 | 0.61 | 0.75 |
| Hex | A5 | 98 | E6 | 1C | 22 | 0 | A | FA | 3D | 4B |
| Octal | 245 | 230 | 346 | 34 | 42 | 0 | 12 | 372 | 75 | 113 |
| Binary | 10100101 | 10011000 | 11100110 | 11100 | 100010 | 0 | 1010 | 11111010 | 111101 | 1001011 |
Color Harmonies of #A598E6
Complementary color
Monochromatic Colors of #A598E6
Black with #A598E6
Text Example
Text Example
White with #A598E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A598E6; }
p { color: rgb(165,152,230); }
H1.HeaderClassName
{
color: #A598E6;
}
.AnyTagClassName
{
color: #A598E6;
}
</style>
background-color css
<style>
a { background-color: #A598E6; }
a { background-color: rgb(165,152,230); }
div.DivClassName
{
background-color: #A598E6;
}
.BgClassName
{
background-color: #A598E6;
}
</style>
border-color css
<style>
span { border-color: #A598E6; }
span { border-color: rgb(165,152,230); }
td.TdClassName
{
border-color: #A598E6;
}
.TagClassName
{
border-color: #A598E6;
}
</style>