Shades of Wistful #A5A7DE
Tints of Wistful #A5A7DE
RGB
CMYK
RGB Variations
Color information
#A5A7DE (or 0xA5A7DE) is known color: Wistful. HEX triplet: A5, A7 and DE. RGB value is (165,167,222). Sum of RGB (Red+Green+Blue) = 165+167+222=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #A5A7DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A7DE is #5A5821. Grayscale: #ACACAC. Windows color (decimal): -5920802 or 14591909. OLE color: 14591909.
HSL color Cylindrical-coordinate representation of color #A5A7DE: hue angle of 237.89º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5A7DE is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 167 | 222 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.13 |
| HSL | 237.89º | 0.46% | 0.76% | - |
| HSV(B) | 237.89º | 0.26% | 0.87% | - |
| XYZ | 42.52 | 40.91 | 74.76 | - |
| YUV | 172.67 | 155.84 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 167 | 222 | 0.26 | 0.25 | 0 | 0.13 | 237.89 | 0.46 | 0.76 |
| Hex | A5 | A7 | DE | 1A | 19 | 0 | D | EE | 2E | 4C |
| Octal | 245 | 247 | 336 | 32 | 31 | 0 | 15 | 356 | 56 | 114 |
| Binary | 10100101 | 10100111 | 11011110 | 11010 | 11001 | 0 | 1101 | 11101110 | 101110 | 1001100 |
Color Harmonies of #A5A7DE
Complementary color
Monochromatic Colors of #A5A7DE
Black with #A5A7DE
Text Example
Text Example
White with #A5A7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A7DE; }
p { color: rgb(165,167,222); }
H1.HeaderClassName
{
color: #A5A7DE;
}
.AnyTagClassName
{
color: #A5A7DE;
}
</style>
background-color css
<style>
a { background-color: #A5A7DE; }
a { background-color: rgb(165,167,222); }
div.DivClassName
{
background-color: #A5A7DE;
}
.BgClassName
{
background-color: #A5A7DE;
}
</style>
border-color css
<style>
span { border-color: #A5A7DE; }
span { border-color: rgb(165,167,222); }
td.TdClassName
{
border-color: #A5A7DE;
}
.TagClassName
{
border-color: #A5A7DE;
}
</style>