Shades of Wistful #A5A0DF
Tints of Wistful #A5A0DF
RGB
CMYK
RGB Variations
Color information
#A5A0DF (or 0xA5A0DF) is known color: Wistful. HEX triplet: A5, A0 and DF. RGB value is (165,160,223). Sum of RGB (Red+Green+Blue) = 165+160+223=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5A0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A0DF is #5A5F20. Grayscale: #A8A8A8. Windows color (decimal): -5922593 or 14655653. OLE color: 14655653.
HSL color Cylindrical-coordinate representation of color #A5A0DF: hue angle of 244.76º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5A0DF is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 160 | 223 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.13 |
| HSL | 244.76º | 0.5% | 0.75% | - |
| HSV(B) | 244.76º | 0.28% | 0.87% | - |
| XYZ | 41.41 | 38.47 | 75.05 | - |
| YUV | 168.68 | 158.66 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 160 | 223 | 0.26 | 0.28 | 0 | 0.13 | 244.76 | 0.5 | 0.75 |
| Hex | A5 | A0 | DF | 1A | 1C | 0 | D | F5 | 32 | 4B |
| Octal | 245 | 240 | 337 | 32 | 34 | 0 | 15 | 365 | 62 | 113 |
| Binary | 10100101 | 10100000 | 11011111 | 11010 | 11100 | 0 | 1101 | 11110101 | 110010 | 1001011 |
Color Harmonies of #A5A0DF
Complementary color
Monochromatic Colors of #A5A0DF
Black with #A5A0DF
Text Example
Text Example
White with #A5A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A0DF; }
p { color: rgb(165,160,223); }
H1.HeaderClassName
{
color: #A5A0DF;
}
.AnyTagClassName
{
color: #A5A0DF;
}
</style>
background-color css
<style>
a { background-color: #A5A0DF; }
a { background-color: rgb(165,160,223); }
div.DivClassName
{
background-color: #A5A0DF;
}
.BgClassName
{
background-color: #A5A0DF;
}
</style>
border-color css
<style>
span { border-color: #A5A0DF; }
span { border-color: rgb(165,160,223); }
td.TdClassName
{
border-color: #A5A0DF;
}
.TagClassName
{
border-color: #A5A0DF;
}
</style>