Shades of Wistful #A5A1CB
Tints of Wistful #A5A1CB
RGB
CMYK
RGB Variations
Color information
#A5A1CB (or 0xA5A1CB) is known color: Wistful. HEX triplet: A5, A1 and CB. RGB value is (165,161,203). Sum of RGB (Red+Green+Blue) = 165+161+203=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5A1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A1CB is #5A5E34. Grayscale: #A6A6A6. Windows color (decimal): -5922357 or 13345189. OLE color: 13345189.
HSL color Cylindrical-coordinate representation of color #A5A1CB: hue angle of 245.71º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5A1CB is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 161 | 203 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.20 |
| HSL | 245.71º | 0.29% | 0.71% | - |
| HSV(B) | 245.71º | 0.21% | 0.8% | - |
| XYZ | 39.04 | 37.8 | 61.74 | - |
| YUV | 166.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 161 | 203 | 0.19 | 0.21 | 0 | 0.20 | 245.71 | 0.29 | 0.71 |
| Hex | A5 | A1 | CB | 13 | 15 | 0 | 14 | F6 | 1D | 47 |
| Octal | 245 | 241 | 313 | 23 | 25 | 0 | 24 | 366 | 35 | 107 |
| Binary | 10100101 | 10100001 | 11001011 | 10011 | 10101 | 0 | 10100 | 11110110 | 11101 | 1000111 |
Color Harmonies of #A5A1CB
Complementary color
Monochromatic Colors of #A5A1CB
Black with #A5A1CB
Text Example
Text Example
White with #A5A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A1CB; }
p { color: rgb(165,161,203); }
H1.HeaderClassName
{
color: #A5A1CB;
}
.AnyTagClassName
{
color: #A5A1CB;
}
</style>
background-color css
<style>
a { background-color: #A5A1CB; }
a { background-color: rgb(165,161,203); }
div.DivClassName
{
background-color: #A5A1CB;
}
.BgClassName
{
background-color: #A5A1CB;
}
</style>
border-color css
<style>
span { border-color: #A5A1CB; }
span { border-color: rgb(165,161,203); }
td.TdClassName
{
border-color: #A5A1CB;
}
.TagClassName
{
border-color: #A5A1CB;
}
</style>