Shades of Wistful #A5A1DF
Tints of Wistful #A5A1DF
RGB
CMYK
RGB Variations
Color information
#A5A1DF (or 0xA5A1DF) is known color: Wistful. HEX triplet: A5, A1 and DF. RGB value is (165,161,223). Sum of RGB (Red+Green+Blue) = 165+161+223=549 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.05% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5A1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A1DF is #5A5E20. Grayscale: #A9A9A9. Windows color (decimal): -5922337 or 14655909. OLE color: 14655909.
HSL color Cylindrical-coordinate representation of color #A5A1DF: hue angle of 243.87º degrees, saturation: 0.49, 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 #A5A1DF is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 161 | 223 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.13 |
| HSL | 243.87º | 0.49% | 0.75% | - |
| HSV(B) | 243.87º | 0.28% | 0.87% | - |
| XYZ | 41.58 | 38.82 | 75.11 | - |
| YUV | 169.26 | 158.33 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 161 | 223 | 0.26 | 0.28 | 0 | 0.13 | 243.87 | 0.49 | 0.75 |
| Hex | A5 | A1 | DF | 1A | 1C | 0 | D | F4 | 31 | 4B |
| Octal | 245 | 241 | 337 | 32 | 34 | 0 | 15 | 364 | 61 | 113 |
| Binary | 10100101 | 10100001 | 11011111 | 11010 | 11100 | 0 | 1101 | 11110100 | 110001 | 1001011 |
Color Harmonies of #A5A1DF
Complementary color
Monochromatic Colors of #A5A1DF
Black with #A5A1DF
Text Example
Text Example
White with #A5A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A1DF; }
p { color: rgb(165,161,223); }
H1.HeaderClassName
{
color: #A5A1DF;
}
.AnyTagClassName
{
color: #A5A1DF;
}
</style>
background-color css
<style>
a { background-color: #A5A1DF; }
a { background-color: rgb(165,161,223); }
div.DivClassName
{
background-color: #A5A1DF;
}
.BgClassName
{
background-color: #A5A1DF;
}
</style>
border-color css
<style>
span { border-color: #A5A1DF; }
span { border-color: rgb(165,161,223); }
td.TdClassName
{
border-color: #A5A1DF;
}
.TagClassName
{
border-color: #A5A1DF;
}
</style>