Shades of Wistful #A59BEE
Tints of Wistful #A59BEE
RGB
CMYK
RGB Variations
Color information
#A59BEE (or 0xA59BEE) is known color: Wistful. HEX triplet: A5, 9B and EE. RGB value is (165,155,238). Sum of RGB (Red+Green+Blue) = 165+155+238=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #A59BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59BEE is #5A6411. Grayscale: #A7A7A7. Windows color (decimal): -5923858 or 15637413. OLE color: 15637413.
HSL color Cylindrical-coordinate representation of color #A59BEE: hue angle of 247.23º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A59BEE is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 155 | 238 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.07 |
| HSL | 247.23º | 0.71% | 0.77% | - |
| HSV(B) | 247.23º | 0.35% | 0.93% | - |
| XYZ | 42.67 | 37.62 | 85.9 | - |
| YUV | 167.45 | 167.81 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 155 | 238 | 0.31 | 0.35 | 0 | 0.07 | 247.23 | 0.71 | 0.77 |
| Hex | A5 | 9B | EE | 1F | 23 | 0 | 7 | F7 | 47 | 4D |
| Octal | 245 | 233 | 356 | 37 | 43 | 0 | 7 | 367 | 107 | 115 |
| Binary | 10100101 | 10011011 | 11101110 | 11111 | 100011 | 0 | 111 | 11110111 | 1000111 | 1001101 |
Color Harmonies of #A59BEE
Complementary color
Monochromatic Colors of #A59BEE
Black with #A59BEE
Text Example
Text Example
White with #A59BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59BEE; }
p { color: rgb(165,155,238); }
H1.HeaderClassName
{
color: #A59BEE;
}
.AnyTagClassName
{
color: #A59BEE;
}
</style>
background-color css
<style>
a { background-color: #A59BEE; }
a { background-color: rgb(165,155,238); }
div.DivClassName
{
background-color: #A59BEE;
}
.BgClassName
{
background-color: #A59BEE;
}
</style>
border-color css
<style>
span { border-color: #A59BEE; }
span { border-color: rgb(165,155,238); }
td.TdClassName
{
border-color: #A59BEE;
}
.TagClassName
{
border-color: #A59BEE;
}
</style>