Shades of Wistful #A59BCE
Tints of Wistful #A59BCE
RGB
CMYK
RGB Variations
Color information
#A59BCE (or 0xA59BCE) is known color: Wistful. HEX triplet: A5, 9B and CE. RGB value is (165,155,206). Sum of RGB (Red+Green+Blue) = 165+155+206=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #A59BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BCE is #5A6431. Grayscale: #A3A3A3. Windows color (decimal): -5923890 or 13540261. OLE color: 13540261.
HSL color Cylindrical-coordinate representation of color #A59BCE: hue angle of 251.76º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A59BCE is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 155 | 206 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.19 |
| HSL | 251.76º | 0.34% | 0.71% | - |
| HSV(B) | 251.76º | 0.25% | 0.81% | - |
| XYZ | 38.38 | 35.9 | 63.3 | - |
| YUV | 163.8 | 151.81 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 155 | 206 | 0.20 | 0.25 | 0 | 0.19 | 251.76 | 0.34 | 0.71 |
| Hex | A5 | 9B | CE | 14 | 19 | 0 | 13 | FC | 22 | 47 |
| Octal | 245 | 233 | 316 | 24 | 31 | 0 | 23 | 374 | 42 | 107 |
| Binary | 10100101 | 10011011 | 11001110 | 10100 | 11001 | 0 | 10011 | 11111100 | 100010 | 1000111 |
Color Harmonies of #A59BCE
Complementary color
Monochromatic Colors of #A59BCE
Black with #A59BCE
Text Example
Text Example
White with #A59BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59BCE; }
p { color: rgb(165,155,206); }
H1.HeaderClassName
{
color: #A59BCE;
}
.AnyTagClassName
{
color: #A59BCE;
}
</style>
background-color css
<style>
a { background-color: #A59BCE; }
a { background-color: rgb(165,155,206); }
div.DivClassName
{
background-color: #A59BCE;
}
.BgClassName
{
background-color: #A59BCE;
}
</style>
border-color css
<style>
span { border-color: #A59BCE; }
span { border-color: rgb(165,155,206); }
td.TdClassName
{
border-color: #A59BCE;
}
.TagClassName
{
border-color: #A59BCE;
}
</style>