Shades of Wistful #A599ED
Tints of Wistful #A599ED
RGB
CMYK
RGB Variations
Color information
#A599ED (or 0xA599ED) is known color: Wistful. HEX triplet: A5, 99 and ED. RGB value is (165,153,237). Sum of RGB (Red+Green+Blue) = 165+153+237=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #A599ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A599ED is #5A6612. Grayscale: #A5A5A5. Windows color (decimal): -5924371 or 15571365. OLE color: 15571365.
HSL color Cylindrical-coordinate representation of color #A599ED: hue angle of 248.57º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A599ED is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 153 | 237 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.07 |
| HSL | 248.57º | 0.7% | 0.76% | - |
| HSV(B) | 248.57º | 0.35% | 0.93% | - |
| XYZ | 42.19 | 36.9 | 85.02 | - |
| YUV | 166.16 | 167.98 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 237 | 0.30 | 0.35 | 0 | 0.07 | 248.57 | 0.7 | 0.76 |
| Hex | A5 | 99 | ED | 1E | 23 | 0 | 7 | F9 | 46 | 4C |
| Octal | 245 | 231 | 355 | 36 | 43 | 0 | 7 | 371 | 106 | 114 |
| Binary | 10100101 | 10011001 | 11101101 | 11110 | 100011 | 0 | 111 | 11111001 | 1000110 | 1001100 |
Color Harmonies of #A599ED
Complementary color
Monochromatic Colors of #A599ED
Black with #A599ED
Text Example
Text Example
White with #A599ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A599ED; }
p { color: rgb(165,153,237); }
H1.HeaderClassName
{
color: #A599ED;
}
.AnyTagClassName
{
color: #A599ED;
}
</style>
background-color css
<style>
a { background-color: #A599ED; }
a { background-color: rgb(165,153,237); }
div.DivClassName
{
background-color: #A599ED;
}
.BgClassName
{
background-color: #A599ED;
}
</style>
border-color css
<style>
span { border-color: #A599ED; }
span { border-color: rgb(165,153,237); }
td.TdClassName
{
border-color: #A599ED;
}
.TagClassName
{
border-color: #A599ED;
}
</style>