Shades of Wistful #A59ACB
Tints of Wistful #A59ACB
RGB
CMYK
RGB Variations
Color information
#A59ACB (or 0xA59ACB) is known color: Wistful. HEX triplet: A5, 9A and CB. RGB value is (165,154,203). Sum of RGB (Red+Green+Blue) = 165+154+203=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #A59ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ACB is #5A6534. Grayscale: #A2A2A2. Windows color (decimal): -5924149 or 13343397. OLE color: 13343397.
HSL color Cylindrical-coordinate representation of color #A59ACB: hue angle of 253.47º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A59ACB is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 154 | 203 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.20 |
| HSL | 253.47º | 0.32% | 0.7% | - |
| HSV(B) | 253.47º | 0.24% | 0.8% | - |
| XYZ | 37.85 | 35.42 | 61.34 | - |
| YUV | 162.88 | 150.64 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 203 | 0.19 | 0.24 | 0 | 0.20 | 253.47 | 0.32 | 0.7 |
| Hex | A5 | 9A | CB | 13 | 18 | 0 | 14 | FD | 20 | 46 |
| Octal | 245 | 232 | 313 | 23 | 30 | 0 | 24 | 375 | 40 | 106 |
| Binary | 10100101 | 10011010 | 11001011 | 10011 | 11000 | 0 | 10100 | 11111101 | 100000 | 1000110 |
Color Harmonies of #A59ACB
Complementary color
Monochromatic Colors of #A59ACB
Black with #A59ACB
Text Example
Text Example
White with #A59ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59ACB; }
p { color: rgb(165,154,203); }
H1.HeaderClassName
{
color: #A59ACB;
}
.AnyTagClassName
{
color: #A59ACB;
}
</style>
background-color css
<style>
a { background-color: #A59ACB; }
a { background-color: rgb(165,154,203); }
div.DivClassName
{
background-color: #A59ACB;
}
.BgClassName
{
background-color: #A59ACB;
}
</style>
border-color css
<style>
span { border-color: #A59ACB; }
span { border-color: rgb(165,154,203); }
td.TdClassName
{
border-color: #A59ACB;
}
.TagClassName
{
border-color: #A59ACB;
}
</style>