Shades of Wistful #A59CDC
Tints of Wistful #A59CDC
RGB
CMYK
RGB Variations
Color information
#A59CDC (or 0xA59CDC) is known color: Wistful. HEX triplet: A5, 9C and DC. RGB value is (165,156,220). Sum of RGB (Red+Green+Blue) = 165+156+220=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #A59CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CDC is #5A6323. Grayscale: #A5A5A5. Windows color (decimal): -5923620 or 14458021. OLE color: 14458021.
HSL color Cylindrical-coordinate representation of color #A59CDC: hue angle of 248.44º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A59CDC is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 156 | 220 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.14 |
| HSL | 248.44º | 0.48% | 0.74% | - |
| HSV(B) | 248.44º | 0.29% | 0.86% | - |
| XYZ | 40.32 | 36.94 | 72.72 | - |
| YUV | 165.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 220 | 0.25 | 0.29 | 0 | 0.14 | 248.44 | 0.48 | 0.74 |
| Hex | A5 | 9C | DC | 19 | 1D | 0 | E | F8 | 30 | 4A |
| Octal | 245 | 234 | 334 | 31 | 35 | 0 | 16 | 370 | 60 | 112 |
| Binary | 10100101 | 10011100 | 11011100 | 11001 | 11101 | 0 | 1110 | 11111000 | 110000 | 1001010 |
Color Harmonies of #A59CDC
Complementary color
Monochromatic Colors of #A59CDC
Black with #A59CDC
Text Example
Text Example
White with #A59CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59CDC; }
p { color: rgb(165,156,220); }
H1.HeaderClassName
{
color: #A59CDC;
}
.AnyTagClassName
{
color: #A59CDC;
}
</style>
background-color css
<style>
a { background-color: #A59CDC; }
a { background-color: rgb(165,156,220); }
div.DivClassName
{
background-color: #A59CDC;
}
.BgClassName
{
background-color: #A59CDC;
}
</style>
border-color css
<style>
span { border-color: #A59CDC; }
span { border-color: rgb(165,156,220); }
td.TdClassName
{
border-color: #A59CDC;
}
.TagClassName
{
border-color: #A59CDC;
}
</style>