Shades of Wistful #A59BCA
Tints of Wistful #A59BCA
RGB
CMYK
RGB Variations
Color information
#A59BCA (or 0xA59BCA) is known color: Wistful. HEX triplet: A5, 9B and CA. RGB value is (165,155,202). Sum of RGB (Red+Green+Blue) = 165+155+202=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #A59BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BCA is #5A6435. Grayscale: #A3A3A3. Windows color (decimal): -5923894 or 13278117. OLE color: 13278117.
HSL color Cylindrical-coordinate representation of color #A59BCA: hue angle of 252.77º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A59BCA is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 155 | 202 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.21 |
| HSL | 252.77º | 0.31% | 0.7% | - |
| HSV(B) | 252.77º | 0.23% | 0.79% | - |
| XYZ | 37.9 | 35.71 | 60.77 | - |
| YUV | 163.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 155 | 202 | 0.18 | 0.23 | 0 | 0.21 | 252.77 | 0.31 | 0.7 |
| Hex | A5 | 9B | CA | 12 | 17 | 0 | 15 | FD | 1F | 46 |
| Octal | 245 | 233 | 312 | 22 | 27 | 0 | 25 | 375 | 37 | 106 |
| Binary | 10100101 | 10011011 | 11001010 | 10010 | 10111 | 0 | 10101 | 11111101 | 11111 | 1000110 |
Color Harmonies of #A59BCA
Complementary color
Monochromatic Colors of #A59BCA
Black with #A59BCA
Text Example
Text Example
White with #A59BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59BCA; }
p { color: rgb(165,155,202); }
H1.HeaderClassName
{
color: #A59BCA;
}
.AnyTagClassName
{
color: #A59BCA;
}
</style>
background-color css
<style>
a { background-color: #A59BCA; }
a { background-color: rgb(165,155,202); }
div.DivClassName
{
background-color: #A59BCA;
}
.BgClassName
{
background-color: #A59BCA;
}
</style>
border-color css
<style>
span { border-color: #A59BCA; }
span { border-color: rgb(165,155,202); }
td.TdClassName
{
border-color: #A59BCA;
}
.TagClassName
{
border-color: #A59BCA;
}
</style>