Shades of Wistful #A5A1C3
Tints of Wistful #A5A1C3
RGB
CMYK
RGB Variations
Color information
#A5A1C3 (or 0xA5A1C3) is known color: Wistful. HEX triplet: A5, A1 and C3. RGB value is (165,161,195). Sum of RGB (Red+Green+Blue) = 165+161+195=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 195 - color contains mainly: blue. Hex color #A5A1C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A1C3 is #5A5E3C. Grayscale: #A5A5A5. Windows color (decimal): -5922365 or 12820901. OLE color: 12820901.
HSL color Cylindrical-coordinate representation of color #A5A1C3: hue angle of 247.06º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5A1C3 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 161 | 195 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.24 |
| HSL | 247.06º | 0.22% | 0.7% | - |
| HSV(B) | 247.06º | 0.17% | 0.76% | - |
| XYZ | 38.11 | 37.43 | 56.85 | - |
| YUV | 166.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 161 | 195 | 0.15 | 0.17 | 0 | 0.24 | 247.06 | 0.22 | 0.7 |
| Hex | A5 | A1 | C3 | F | 11 | 0 | 18 | F7 | 16 | 46 |
| Octal | 245 | 241 | 303 | 17 | 21 | 0 | 30 | 367 | 26 | 106 |
| Binary | 10100101 | 10100001 | 11000011 | 1111 | 10001 | 0 | 11000 | 11110111 | 10110 | 1000110 |
Color Harmonies of #A5A1C3
Complementary color
Monochromatic Colors of #A5A1C3
Black with #A5A1C3
Text Example
Text Example
White with #A5A1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A1C3; }
p { color: rgb(165,161,195); }
H1.HeaderClassName
{
color: #A5A1C3;
}
.AnyTagClassName
{
color: #A5A1C3;
}
</style>
background-color css
<style>
a { background-color: #A5A1C3; }
a { background-color: rgb(165,161,195); }
div.DivClassName
{
background-color: #A5A1C3;
}
.BgClassName
{
background-color: #A5A1C3;
}
</style>
border-color css
<style>
span { border-color: #A5A1C3; }
span { border-color: rgb(165,161,195); }
td.TdClassName
{
border-color: #A5A1C3;
}
.TagClassName
{
border-color: #A5A1C3;
}
</style>