Shades of Wistful #A599E0
Tints of Wistful #A599E0
RGB
CMYK
RGB Variations
Color information
#A599E0 (or 0xA599E0) is known color: Wistful. HEX triplet: A5, 99 and E0. RGB value is (165,153,224). Sum of RGB (Red+Green+Blue) = 165+153+224=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #A599E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599E0 is #5A661F. Grayscale: #A4A4A4. Windows color (decimal): -5924384 or 14719397. OLE color: 14719397.
HSL color Cylindrical-coordinate representation of color #A599E0: hue angle of 250.14º degrees, saturation: 0.53, 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 #A599E0 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 153 | 224 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.12 |
| HSL | 250.14º | 0.53% | 0.74% | - |
| HSV(B) | 250.14º | 0.32% | 0.88% | - |
| XYZ | 40.36 | 36.16 | 75.37 | - |
| YUV | 164.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 224 | 0.26 | 0.32 | 0 | 0.12 | 250.14 | 0.53 | 0.74 |
| Hex | A5 | 99 | E0 | 1A | 20 | 0 | C | FA | 35 | 4A |
| Octal | 245 | 231 | 340 | 32 | 40 | 0 | 14 | 372 | 65 | 112 |
| Binary | 10100101 | 10011001 | 11100000 | 11010 | 100000 | 0 | 1100 | 11111010 | 110101 | 1001010 |
Color Harmonies of #A599E0
Complementary color
Monochromatic Colors of #A599E0
Black with #A599E0
Text Example
Text Example
White with #A599E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A599E0; }
p { color: rgb(165,153,224); }
H1.HeaderClassName
{
color: #A599E0;
}
.AnyTagClassName
{
color: #A599E0;
}
</style>
background-color css
<style>
a { background-color: #A599E0; }
a { background-color: rgb(165,153,224); }
div.DivClassName
{
background-color: #A599E0;
}
.BgClassName
{
background-color: #A599E0;
}
</style>
border-color css
<style>
span { border-color: #A599E0; }
span { border-color: rgb(165,153,224); }
td.TdClassName
{
border-color: #A599E0;
}
.TagClassName
{
border-color: #A599E0;
}
</style>