Shades of Wistful #A59CCC
Tints of Wistful #A59CCC
RGB
CMYK
RGB Variations
Color information
#A59CCC (or 0xA59CCC) is known color: Wistful. HEX triplet: A5, 9C and CC. RGB value is (165,156,204). Sum of RGB (Red+Green+Blue) = 165+156+204=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #A59CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CCC is #5A6333. Grayscale: #A3A3A3. Windows color (decimal): -5923636 or 13409445. OLE color: 13409445.
HSL color Cylindrical-coordinate representation of color #A59CCC: hue angle of 251.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A59CCC is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 156 | 204 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.2 |
| HSL | 251.25º | 0.32% | 0.71% | - |
| HSV(B) | 251.25º | 0.24% | 0.8% | - |
| XYZ | 38.3 | 36.14 | 62.08 | - |
| YUV | 164.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 204 | 0.19 | 0.24 | 0 | 0.2 | 251.25 | 0.32 | 0.71 |
| Hex | A5 | 9C | CC | 13 | 18 | 0 | 14 | FB | 20 | 47 |
| Octal | 245 | 234 | 314 | 23 | 30 | 0 | 24 | 373 | 40 | 107 |
| Binary | 10100101 | 10011100 | 11001100 | 10011 | 11000 | 0 | 10100 | 11111011 | 100000 | 1000111 |
Color Harmonies of #A59CCC
Complementary color
Monochromatic Colors of #A59CCC
Black with #A59CCC
Text Example
Text Example
White with #A59CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59CCC; }
p { color: rgb(165,156,204); }
H1.HeaderClassName
{
color: #A59CCC;
}
.AnyTagClassName
{
color: #A59CCC;
}
</style>
background-color css
<style>
a { background-color: #A59CCC; }
a { background-color: rgb(165,156,204); }
div.DivClassName
{
background-color: #A59CCC;
}
.BgClassName
{
background-color: #A59CCC;
}
</style>
border-color css
<style>
span { border-color: #A59CCC; }
span { border-color: rgb(165,156,204); }
td.TdClassName
{
border-color: #A59CCC;
}
.TagClassName
{
border-color: #A59CCC;
}
</style>