Shades of Wistful #A598E0
Tints of Wistful #A598E0
RGB
CMYK
RGB Variations
Color information
#A598E0 (or 0xA598E0) is known color: Wistful. HEX triplet: A5, 98 and E0. RGB value is (165,152,224). Sum of RGB (Red+Green+Blue) = 165+152+224=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #A598E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598E0 is #5A671F. Grayscale: #A3A3A3. Windows color (decimal): -5924640 or 14719141. OLE color: 14719141.
HSL color Cylindrical-coordinate representation of color #A598E0: hue angle of 250.83º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A598E0 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 152 | 224 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.12 |
| HSL | 250.83º | 0.54% | 0.74% | - |
| HSV(B) | 250.83º | 0.32% | 0.88% | - |
| XYZ | 40.2 | 35.84 | 75.32 | - |
| YUV | 164.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 152 | 224 | 0.26 | 0.32 | 0 | 0.12 | 250.83 | 0.54 | 0.74 |
| Hex | A5 | 98 | E0 | 1A | 20 | 0 | C | FB | 36 | 4A |
| Octal | 245 | 230 | 340 | 32 | 40 | 0 | 14 | 373 | 66 | 112 |
| Binary | 10100101 | 10011000 | 11100000 | 11010 | 100000 | 0 | 1100 | 11111011 | 110110 | 1001010 |
Color Harmonies of #A598E0
Complementary color
Monochromatic Colors of #A598E0
Black with #A598E0
Text Example
Text Example
White with #A598E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A598E0; }
p { color: rgb(165,152,224); }
H1.HeaderClassName
{
color: #A598E0;
}
.AnyTagClassName
{
color: #A598E0;
}
</style>
background-color css
<style>
a { background-color: #A598E0; }
a { background-color: rgb(165,152,224); }
div.DivClassName
{
background-color: #A598E0;
}
.BgClassName
{
background-color: #A598E0;
}
</style>
border-color css
<style>
span { border-color: #A598E0; }
span { border-color: rgb(165,152,224); }
td.TdClassName
{
border-color: #A598E0;
}
.TagClassName
{
border-color: #A598E0;
}
</style>