Shades of Wistful #A5A0D0
Tints of Wistful #A5A0D0
RGB
CMYK
RGB Variations
Color information
#A5A0D0 (or 0xA5A0D0) is known color: Wistful. HEX triplet: A5, A0 and D0. RGB value is (165,160,208). Sum of RGB (Red+Green+Blue) = 165+160+208=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 208 - color contains mainly: blue. Hex color #A5A0D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A0D0 is #5A5F2F. Grayscale: #A6A6A6. Windows color (decimal): -5922608 or 13672613. OLE color: 13672613.
HSL color Cylindrical-coordinate representation of color #A5A0D0: hue angle of 246.25º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5A0D0 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 160 | 208 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.18 |
| HSL | 246.25º | 0.34% | 0.72% | - |
| HSV(B) | 246.25º | 0.23% | 0.82% | - |
| XYZ | 39.47 | 37.7 | 64.87 | - |
| YUV | 166.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 160 | 208 | 0.21 | 0.23 | 0 | 0.18 | 246.25 | 0.34 | 0.72 |
| Hex | A5 | A0 | D0 | 15 | 17 | 0 | 12 | F6 | 22 | 48 |
| Octal | 245 | 240 | 320 | 25 | 27 | 0 | 22 | 366 | 42 | 110 |
| Binary | 10100101 | 10100000 | 11010000 | 10101 | 10111 | 0 | 10010 | 11110110 | 100010 | 1001000 |
Color Harmonies of #A5A0D0
Complementary color
Monochromatic Colors of #A5A0D0
Black with #A5A0D0
Text Example
Text Example
White with #A5A0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A0D0; }
p { color: rgb(165,160,208); }
H1.HeaderClassName
{
color: #A5A0D0;
}
.AnyTagClassName
{
color: #A5A0D0;
}
</style>
background-color css
<style>
a { background-color: #A5A0D0; }
a { background-color: rgb(165,160,208); }
div.DivClassName
{
background-color: #A5A0D0;
}
.BgClassName
{
background-color: #A5A0D0;
}
</style>
border-color css
<style>
span { border-color: #A5A0D0; }
span { border-color: rgb(165,160,208); }
td.TdClassName
{
border-color: #A5A0D0;
}
.TagClassName
{
border-color: #A5A0D0;
}
</style>