Shades of Wistful #A1A4CB
Tints of Wistful #A1A4CB
RGB
CMYK
RGB Variations
Color information
#A1A4CB (or 0xA1A4CB) is known color: Wistful. HEX triplet: A1, A4 and CB. RGB value is (161,164,203). Sum of RGB (Red+Green+Blue) = 161+164+203=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1A4CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A4CB is #5E5B34. Grayscale: #A7A7A7. Windows color (decimal): -6183733 or 13345953. OLE color: 13345953.
HSL color Cylindrical-coordinate representation of color #A1A4CB: hue angle of 235.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 #A1A4CB is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 164 | 203 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.20 |
| HSL | 235.71º | 0.29% | 0.71% | - |
| HSV(B) | 235.71º | 0.21% | 0.8% | - |
| XYZ | 38.75 | 38.44 | 61.88 | - |
| YUV | 167.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 203 | 0.21 | 0.19 | 0 | 0.20 | 235.71 | 0.29 | 0.71 |
| Hex | A1 | A4 | CB | 15 | 13 | 0 | 14 | EC | 1D | 47 |
| Octal | 241 | 244 | 313 | 25 | 23 | 0 | 24 | 354 | 35 | 107 |
| Binary | 10100001 | 10100100 | 11001011 | 10101 | 10011 | 0 | 10100 | 11101100 | 11101 | 1000111 |
Color Harmonies of #A1A4CB
Complementary color
Monochromatic Colors of #A1A4CB
Black with #A1A4CB
Text Example
Text Example
White with #A1A4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A4CB; }
p { color: rgb(161,164,203); }
H1.HeaderClassName
{
color: #A1A4CB;
}
.AnyTagClassName
{
color: #A1A4CB;
}
</style>
background-color css
<style>
a { background-color: #A1A4CB; }
a { background-color: rgb(161,164,203); }
div.DivClassName
{
background-color: #A1A4CB;
}
.BgClassName
{
background-color: #A1A4CB;
}
</style>
border-color css
<style>
span { border-color: #A1A4CB; }
span { border-color: rgb(161,164,203); }
td.TdClassName
{
border-color: #A1A4CB;
}
.TagClassName
{
border-color: #A1A4CB;
}
</style>