Shades of Wistful #A5A1CF
Tints of Wistful #A5A1CF
RGB
CMYK
RGB Variations
Color information
#A5A1CF (or 0xA5A1CF) is known color: Wistful. HEX triplet: A5, A1 and CF. RGB value is (165,161,207). Sum of RGB (Red+Green+Blue) = 165+161+207=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #A5A1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A1CF is #5A5E30. Grayscale: #A7A7A7. Windows color (decimal): -5922353 or 13607333. OLE color: 13607333.
HSL color Cylindrical-coordinate representation of color #A5A1CF: hue angle of 245.22º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5A1CF is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 161 | 207 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.19 |
| HSL | 245.22º | 0.32% | 0.72% | - |
| HSV(B) | 245.22º | 0.22% | 0.81% | - |
| XYZ | 39.52 | 37.99 | 64.28 | - |
| YUV | 167.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 161 | 207 | 0.20 | 0.22 | 0 | 0.19 | 245.22 | 0.32 | 0.72 |
| Hex | A5 | A1 | CF | 14 | 16 | 0 | 13 | F5 | 20 | 48 |
| Octal | 245 | 241 | 317 | 24 | 26 | 0 | 23 | 365 | 40 | 110 |
| Binary | 10100101 | 10100001 | 11001111 | 10100 | 10110 | 0 | 10011 | 11110101 | 100000 | 1001000 |
Color Harmonies of #A5A1CF
Complementary color
Monochromatic Colors of #A5A1CF
Black with #A5A1CF
Text Example
Text Example
White with #A5A1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A1CF; }
p { color: rgb(165,161,207); }
H1.HeaderClassName
{
color: #A5A1CF;
}
.AnyTagClassName
{
color: #A5A1CF;
}
</style>
background-color css
<style>
a { background-color: #A5A1CF; }
a { background-color: rgb(165,161,207); }
div.DivClassName
{
background-color: #A5A1CF;
}
.BgClassName
{
background-color: #A5A1CF;
}
</style>
border-color css
<style>
span { border-color: #A5A1CF; }
span { border-color: rgb(165,161,207); }
td.TdClassName
{
border-color: #A5A1CF;
}
.TagClassName
{
border-color: #A5A1CF;
}
</style>