Shades of Wistful #A59AD2
Tints of Wistful #A59AD2
RGB
CMYK
RGB Variations
Color information
#A59AD2 (or 0xA59AD2) is known color: Wistful. HEX triplet: A5, 9A and D2. RGB value is (165,154,210). Sum of RGB (Red+Green+Blue) = 165+154+210=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 210 - color contains mainly: blue. Hex color #A59AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59AD2 is #5A652D. Grayscale: #A3A3A3. Windows color (decimal): -5924142 or 13802149. OLE color: 13802149.
HSL color Cylindrical-coordinate representation of color #A59AD2: hue angle of 251.79º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A59AD2 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 154 | 210 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.18 |
| HSL | 251.79º | 0.38% | 0.71% | - |
| HSV(B) | 251.79º | 0.27% | 0.82% | - |
| XYZ | 38.71 | 35.76 | 65.84 | - |
| YUV | 163.67 | 154.14 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 210 | 0.21 | 0.27 | 0 | 0.18 | 251.79 | 0.38 | 0.71 |
| Hex | A5 | 9A | D2 | 15 | 1B | 0 | 12 | FC | 26 | 47 |
| Octal | 245 | 232 | 322 | 25 | 33 | 0 | 22 | 374 | 46 | 107 |
| Binary | 10100101 | 10011010 | 11010010 | 10101 | 11011 | 0 | 10010 | 11111100 | 100110 | 1000111 |
Color Harmonies of #A59AD2
Complementary color
Monochromatic Colors of #A59AD2
Black with #A59AD2
Text Example
Text Example
White with #A59AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59AD2; }
p { color: rgb(165,154,210); }
H1.HeaderClassName
{
color: #A59AD2;
}
.AnyTagClassName
{
color: #A59AD2;
}
</style>
background-color css
<style>
a { background-color: #A59AD2; }
a { background-color: rgb(165,154,210); }
div.DivClassName
{
background-color: #A59AD2;
}
.BgClassName
{
background-color: #A59AD2;
}
</style>
border-color css
<style>
span { border-color: #A59AD2; }
span { border-color: rgb(165,154,210); }
td.TdClassName
{
border-color: #A59AD2;
}
.TagClassName
{
border-color: #A59AD2;
}
</style>