Shades of Wistful #A59BE6
Tints of Wistful #A59BE6
RGB
CMYK
RGB Variations
Color information
#A59BE6 (or 0xA59BE6) is known color: Wistful. HEX triplet: A5, 9B and E6. RGB value is (165,155,230). Sum of RGB (Red+Green+Blue) = 165+155+230=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 230 (90.23% from 255 or 41.82% from 550); Max value from RGB is 230 - color contains mainly: blue. Hex color #A59BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59BE6 is #5A6419. Grayscale: #A6A6A6. Windows color (decimal): -5923866 or 15113125. OLE color: 15113125.
HSL color Cylindrical-coordinate representation of color #A59BE6: hue angle of 248º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A59BE6 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 155 | 230 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.10 |
| HSL | 248º | 0.6% | 0.75% | - |
| HSV(B) | 248º | 0.33% | 0.9% | - |
| XYZ | 41.52 | 37.16 | 79.85 | - |
| YUV | 166.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 155 | 230 | 0.28 | 0.33 | 0 | 0.10 | 248 | 0.6 | 0.75 |
| Hex | A5 | 9B | E6 | 1C | 21 | 0 | A | F8 | 3C | 4B |
| Octal | 245 | 233 | 346 | 34 | 41 | 0 | 12 | 370 | 74 | 113 |
| Binary | 10100101 | 10011011 | 11100110 | 11100 | 100001 | 0 | 1010 | 11111000 | 111100 | 1001011 |
Color Harmonies of #A59BE6
Complementary color
Monochromatic Colors of #A59BE6
Black with #A59BE6
Text Example
Text Example
White with #A59BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59BE6; }
p { color: rgb(165,155,230); }
H1.HeaderClassName
{
color: #A59BE6;
}
.AnyTagClassName
{
color: #A59BE6;
}
</style>
background-color css
<style>
a { background-color: #A59BE6; }
a { background-color: rgb(165,155,230); }
div.DivClassName
{
background-color: #A59BE6;
}
.BgClassName
{
background-color: #A59BE6;
}
</style>
border-color css
<style>
span { border-color: #A59BE6; }
span { border-color: rgb(165,155,230); }
td.TdClassName
{
border-color: #A59BE6;
}
.TagClassName
{
border-color: #A59BE6;
}
</style>