Shades of Wistful #A59CDD
Tints of Wistful #A59CDD
RGB
CMYK
RGB Variations
Color information
#A59CDD (or 0xA59CDD) is known color: Wistful. HEX triplet: A5, 9C and DD. RGB value is (165,156,221). Sum of RGB (Red+Green+Blue) = 165+156+221=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #A59CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CDD is #5A6322. Grayscale: #A5A5A5. Windows color (decimal): -5923619 or 14523557. OLE color: 14523557.
HSL color Cylindrical-coordinate representation of color #A59CDD: hue angle of 248.31º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A59CDD is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 156 | 221 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.13 |
| HSL | 248.31º | 0.49% | 0.74% | - |
| HSV(B) | 248.31º | 0.29% | 0.87% | - |
| XYZ | 40.46 | 37 | 73.42 | - |
| YUV | 166.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 221 | 0.25 | 0.29 | 0 | 0.13 | 248.31 | 0.49 | 0.74 |
| Hex | A5 | 9C | DD | 19 | 1D | 0 | D | F8 | 31 | 4A |
| Octal | 245 | 234 | 335 | 31 | 35 | 0 | 15 | 370 | 61 | 112 |
| Binary | 10100101 | 10011100 | 11011101 | 11001 | 11101 | 0 | 1101 | 11111000 | 110001 | 1001010 |
Color Harmonies of #A59CDD
Complementary color
Monochromatic Colors of #A59CDD
Black with #A59CDD
Text Example
Text Example
White with #A59CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59CDD; }
p { color: rgb(165,156,221); }
H1.HeaderClassName
{
color: #A59CDD;
}
.AnyTagClassName
{
color: #A59CDD;
}
</style>
background-color css
<style>
a { background-color: #A59CDD; }
a { background-color: rgb(165,156,221); }
div.DivClassName
{
background-color: #A59CDD;
}
.BgClassName
{
background-color: #A59CDD;
}
</style>
border-color css
<style>
span { border-color: #A59CDD; }
span { border-color: rgb(165,156,221); }
td.TdClassName
{
border-color: #A59CDD;
}
.TagClassName
{
border-color: #A59CDD;
}
</style>