Shades of Wistful #A5A1CE
Tints of Wistful #A5A1CE
RGB
CMYK
RGB Variations
Color information
#A5A1CE (or 0xA5A1CE) is known color: Wistful. HEX triplet: A5, A1 and CE. RGB value is (165,161,206). Sum of RGB (Red+Green+Blue) = 165+161+206=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #A5A1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A1CE is #5A5E31. Grayscale: #A7A7A7. Windows color (decimal): -5922354 or 13541797. OLE color: 13541797.
HSL color Cylindrical-coordinate representation of color #A5A1CE: hue angle of 245.33º degrees, saturation: 0.31, 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 #A5A1CE is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 161 | 206 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.19 |
| HSL | 245.33º | 0.31% | 0.72% | - |
| HSV(B) | 245.33º | 0.22% | 0.81% | - |
| XYZ | 39.4 | 37.95 | 63.64 | - |
| YUV | 167.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 161 | 206 | 0.20 | 0.22 | 0 | 0.19 | 245.33 | 0.31 | 0.72 |
| Hex | A5 | A1 | CE | 14 | 16 | 0 | 13 | F5 | 1F | 48 |
| Octal | 245 | 241 | 316 | 24 | 26 | 0 | 23 | 365 | 37 | 110 |
| Binary | 10100101 | 10100001 | 11001110 | 10100 | 10110 | 0 | 10011 | 11110101 | 11111 | 1001000 |
Color Harmonies of #A5A1CE
Complementary color
Monochromatic Colors of #A5A1CE
Black with #A5A1CE
Text Example
Text Example
White with #A5A1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A1CE; }
p { color: rgb(165,161,206); }
H1.HeaderClassName
{
color: #A5A1CE;
}
.AnyTagClassName
{
color: #A5A1CE;
}
</style>
background-color css
<style>
a { background-color: #A5A1CE; }
a { background-color: rgb(165,161,206); }
div.DivClassName
{
background-color: #A5A1CE;
}
.BgClassName
{
background-color: #A5A1CE;
}
</style>
border-color css
<style>
span { border-color: #A5A1CE; }
span { border-color: rgb(165,161,206); }
td.TdClassName
{
border-color: #A5A1CE;
}
.TagClassName
{
border-color: #A5A1CE;
}
</style>