Shades of Wistful #A598EE
Tints of Wistful #A598EE
RGB
CMYK
RGB Variations
Color information
#A598EE (or 0xA598EE) is known color: Wistful. HEX triplet: A5, 98 and EE. RGB value is (165,152,238). Sum of RGB (Red+Green+Blue) = 165+152+238=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #A598EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A598EE is #5A6711. Grayscale: #A5A5A5. Windows color (decimal): -5924626 or 15636645. OLE color: 15636645.
HSL color Cylindrical-coordinate representation of color #A598EE: hue angle of 249.07º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A598EE is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 152 | 238 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.07 |
| HSL | 249.07º | 0.72% | 0.76% | - |
| HSV(B) | 249.07º | 0.36% | 0.93% | - |
| XYZ | 42.18 | 36.63 | 85.74 | - |
| YUV | 165.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 152 | 238 | 0.31 | 0.36 | 0 | 0.07 | 249.07 | 0.72 | 0.76 |
| Hex | A5 | 98 | EE | 1F | 24 | 0 | 7 | F9 | 48 | 4C |
| Octal | 245 | 230 | 356 | 37 | 44 | 0 | 7 | 371 | 110 | 114 |
| Binary | 10100101 | 10011000 | 11101110 | 11111 | 100100 | 0 | 111 | 11111001 | 1001000 | 1001100 |
Color Harmonies of #A598EE
Complementary color
Monochromatic Colors of #A598EE
Black with #A598EE
Text Example
Text Example
White with #A598EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A598EE; }
p { color: rgb(165,152,238); }
H1.HeaderClassName
{
color: #A598EE;
}
.AnyTagClassName
{
color: #A598EE;
}
</style>
background-color css
<style>
a { background-color: #A598EE; }
a { background-color: rgb(165,152,238); }
div.DivClassName
{
background-color: #A598EE;
}
.BgClassName
{
background-color: #A598EE;
}
</style>
border-color css
<style>
span { border-color: #A598EE; }
span { border-color: rgb(165,152,238); }
td.TdClassName
{
border-color: #A598EE;
}
.TagClassName
{
border-color: #A598EE;
}
</style>