Shades of Wistful #A5A1D5
Tints of Wistful #A5A1D5
RGB
CMYK
RGB Variations
Color information
#A5A1D5 (or 0xA5A1D5) is known color: Wistful. HEX triplet: A5, A1 and D5. RGB value is (165,161,213). Sum of RGB (Red+Green+Blue) = 165+161+213=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #A5A1D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A1D5 is #5A5E2A. Grayscale: #A7A7A7. Windows color (decimal): -5922347 or 14000549. OLE color: 14000549.
HSL color Cylindrical-coordinate representation of color #A5A1D5: hue angle of 244.62º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5A1D5 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 161 | 213 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.16 |
| HSL | 244.62º | 0.38% | 0.73% | - |
| HSV(B) | 244.62º | 0.24% | 0.84% | - |
| XYZ | 40.27 | 38.29 | 68.22 | - |
| YUV | 168.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 161 | 213 | 0.23 | 0.24 | 0 | 0.16 | 244.62 | 0.38 | 0.73 |
| Hex | A5 | A1 | D5 | 17 | 18 | 0 | 10 | F5 | 26 | 49 |
| Octal | 245 | 241 | 325 | 27 | 30 | 0 | 20 | 365 | 46 | 111 |
| Binary | 10100101 | 10100001 | 11010101 | 10111 | 11000 | 0 | 10000 | 11110101 | 100110 | 1001001 |
Color Harmonies of #A5A1D5
Complementary color
Monochromatic Colors of #A5A1D5
Black with #A5A1D5
Text Example
Text Example
White with #A5A1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A1D5; }
p { color: rgb(165,161,213); }
H1.HeaderClassName
{
color: #A5A1D5;
}
.AnyTagClassName
{
color: #A5A1D5;
}
</style>
background-color css
<style>
a { background-color: #A5A1D5; }
a { background-color: rgb(165,161,213); }
div.DivClassName
{
background-color: #A5A1D5;
}
.BgClassName
{
background-color: #A5A1D5;
}
</style>
border-color css
<style>
span { border-color: #A5A1D5; }
span { border-color: rgb(165,161,213); }
td.TdClassName
{
border-color: #A5A1D5;
}
.TagClassName
{
border-color: #A5A1D5;
}
</style>