Shades of Wistful #A5A0D1
Tints of Wistful #A5A0D1
RGB
CMYK
RGB Variations
Color information
#A5A0D1 (or 0xA5A0D1) is known color: Wistful. HEX triplet: A5, A0 and D1. RGB value is (165,160,209). Sum of RGB (Red+Green+Blue) = 165+160+209=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #A5A0D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A0D1 is #5A5F2E. Grayscale: #A6A6A6. Windows color (decimal): -5922607 or 13738149. OLE color: 13738149.
HSL color Cylindrical-coordinate representation of color #A5A0D1: hue angle of 246.12º degrees, saturation: 0.35, 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 #A5A0D1 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 160 | 209 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.18 |
| HSL | 246.12º | 0.35% | 0.72% | - |
| HSV(B) | 246.12º | 0.23% | 0.82% | - |
| XYZ | 39.6 | 37.74 | 65.52 | - |
| YUV | 167.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 160 | 209 | 0.21 | 0.23 | 0 | 0.18 | 246.12 | 0.35 | 0.72 |
| Hex | A5 | A0 | D1 | 15 | 17 | 0 | 12 | F6 | 23 | 48 |
| Octal | 245 | 240 | 321 | 25 | 27 | 0 | 22 | 366 | 43 | 110 |
| Binary | 10100101 | 10100000 | 11010001 | 10101 | 10111 | 0 | 10010 | 11110110 | 100011 | 1001000 |
Color Harmonies of #A5A0D1
Complementary color
Monochromatic Colors of #A5A0D1
Black with #A5A0D1
Text Example
Text Example
White with #A5A0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A0D1; }
p { color: rgb(165,160,209); }
H1.HeaderClassName
{
color: #A5A0D1;
}
.AnyTagClassName
{
color: #A5A0D1;
}
</style>
background-color css
<style>
a { background-color: #A5A0D1; }
a { background-color: rgb(165,160,209); }
div.DivClassName
{
background-color: #A5A0D1;
}
.BgClassName
{
background-color: #A5A0D1;
}
</style>
border-color css
<style>
span { border-color: #A5A0D1; }
span { border-color: rgb(165,160,209); }
td.TdClassName
{
border-color: #A5A0D1;
}
.TagClassName
{
border-color: #A5A0D1;
}
</style>