Shades of Wistful #A59EDD
Tints of Wistful #A59EDD
RGB
CMYK
RGB Variations
Color information
#A59EDD (or 0xA59EDD) is known color: Wistful. HEX triplet: A5, 9E and DD. RGB value is (165,158,221). Sum of RGB (Red+Green+Blue) = 165+158+221=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #A59EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59EDD is #5A6122. Grayscale: #A7A7A7. Windows color (decimal): -5923107 or 14524069. OLE color: 14524069.
HSL color Cylindrical-coordinate representation of color #A59EDD: hue angle of 246.67º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A59EDD is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 158 | 221 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.13 |
| HSL | 246.67º | 0.48% | 0.74% | - |
| HSV(B) | 246.67º | 0.29% | 0.87% | - |
| XYZ | 40.8 | 37.67 | 73.53 | - |
| YUV | 167.28 | 158.32 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 158 | 221 | 0.25 | 0.29 | 0 | 0.13 | 246.67 | 0.48 | 0.74 |
| Hex | A5 | 9E | DD | 19 | 1D | 0 | D | F7 | 30 | 4A |
| Octal | 245 | 236 | 335 | 31 | 35 | 0 | 15 | 367 | 60 | 112 |
| Binary | 10100101 | 10011110 | 11011101 | 11001 | 11101 | 0 | 1101 | 11110111 | 110000 | 1001010 |
Color Harmonies of #A59EDD
Complementary color
Monochromatic Colors of #A59EDD
Black with #A59EDD
Text Example
Text Example
White with #A59EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59EDD; }
p { color: rgb(165,158,221); }
H1.HeaderClassName
{
color: #A59EDD;
}
.AnyTagClassName
{
color: #A59EDD;
}
</style>
background-color css
<style>
a { background-color: #A59EDD; }
a { background-color: rgb(165,158,221); }
div.DivClassName
{
background-color: #A59EDD;
}
.BgClassName
{
background-color: #A59EDD;
}
</style>
border-color css
<style>
span { border-color: #A59EDD; }
span { border-color: rgb(165,158,221); }
td.TdClassName
{
border-color: #A59EDD;
}
.TagClassName
{
border-color: #A59EDD;
}
</style>