Shades of Wistful #A1A5CF
Tints of Wistful #A1A5CF
RGB
CMYK
RGB Variations
Color information
#A1A5CF (or 0xA1A5CF) is known color: Wistful. HEX triplet: A1, A5 and CF. RGB value is (161,165,207). Sum of RGB (Red+Green+Blue) = 161+165+207=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 165 (64.84% from 255 or 30.96% 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 #A1A5CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A5CF is #5E5A30. Grayscale: #A8A8A8. Windows color (decimal): -6183473 or 13608353. OLE color: 13608353.
HSL color Cylindrical-coordinate representation of color #A1A5CF: hue angle of 234.78º 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 #A1A5CF is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 165 | 207 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.19 |
| HSL | 234.78º | 0.32% | 0.72% | - |
| HSV(B) | 234.78º | 0.22% | 0.81% | - |
| XYZ | 39.42 | 38.99 | 64.48 | - |
| YUV | 168.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 207 | 0.22 | 0.20 | 0 | 0.19 | 234.78 | 0.32 | 0.72 |
| Hex | A1 | A5 | CF | 16 | 14 | 0 | 13 | EB | 20 | 48 |
| Octal | 241 | 245 | 317 | 26 | 24 | 0 | 23 | 353 | 40 | 110 |
| Binary | 10100001 | 10100101 | 11001111 | 10110 | 10100 | 0 | 10011 | 11101011 | 100000 | 1001000 |
Color Harmonies of #A1A5CF
Complementary color
Monochromatic Colors of #A1A5CF
Black with #A1A5CF
Text Example
Text Example
White with #A1A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A5CF; }
p { color: rgb(161,165,207); }
H1.HeaderClassName
{
color: #A1A5CF;
}
.AnyTagClassName
{
color: #A1A5CF;
}
</style>
background-color css
<style>
a { background-color: #A1A5CF; }
a { background-color: rgb(161,165,207); }
div.DivClassName
{
background-color: #A1A5CF;
}
.BgClassName
{
background-color: #A1A5CF;
}
</style>
border-color css
<style>
span { border-color: #A1A5CF; }
span { border-color: rgb(161,165,207); }
td.TdClassName
{
border-color: #A1A5CF;
}
.TagClassName
{
border-color: #A1A5CF;
}
</style>