Shades of Wistful #A5A1C1
Tints of Wistful #A5A1C1
RGB
CMYK
RGB Variations
Color information
#A5A1C1 (or 0xA5A1C1) is known color: Wistful. HEX triplet: A5, A1 and C1. RGB value is (165,161,193). Sum of RGB (Red+Green+Blue) = 165+161+193=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #A5A1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A1C1 is #5A5E3E. Grayscale: #A5A5A5. Windows color (decimal): -5922367 or 12689829. OLE color: 12689829.
HSL color Cylindrical-coordinate representation of color #A5A1C1: hue angle of 247.5º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5A1C1 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 161 | 193 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.24 |
| HSL | 247.5º | 0.21% | 0.69% | - |
| HSV(B) | 247.5º | 0.17% | 0.76% | - |
| XYZ | 37.89 | 37.34 | 55.66 | - |
| YUV | 165.84 | 143.33 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 161 | 193 | 0.15 | 0.17 | 0 | 0.24 | 247.5 | 0.21 | 0.69 |
| Hex | A5 | A1 | C1 | F | 11 | 0 | 18 | F8 | 15 | 45 |
| Octal | 245 | 241 | 301 | 17 | 21 | 0 | 30 | 370 | 25 | 105 |
| Binary | 10100101 | 10100001 | 11000001 | 1111 | 10001 | 0 | 11000 | 11111000 | 10101 | 1000101 |
Color Harmonies of #A5A1C1
Complementary color
Monochromatic Colors of #A5A1C1
Black with #A5A1C1
Text Example
Text Example
White with #A5A1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A1C1; }
p { color: rgb(165,161,193); }
H1.HeaderClassName
{
color: #A5A1C1;
}
.AnyTagClassName
{
color: #A5A1C1;
}
</style>
background-color css
<style>
a { background-color: #A5A1C1; }
a { background-color: rgb(165,161,193); }
div.DivClassName
{
background-color: #A5A1C1;
}
.BgClassName
{
background-color: #A5A1C1;
}
</style>
border-color css
<style>
span { border-color: #A5A1C1; }
span { border-color: rgb(165,161,193); }
td.TdClassName
{
border-color: #A5A1C1;
}
.TagClassName
{
border-color: #A5A1C1;
}
</style>