Shades of Wistful #A3A1CB
Tints of Wistful #A3A1CB
RGB
CMYK
RGB Variations
Color information
#A3A1CB (or 0xA3A1CB) is known color: Wistful. HEX triplet: A3, A1 and CB. RGB value is (163,161,203). Sum of RGB (Red+Green+Blue) = 163+161+203=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #A3A1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A1CB is #5C5E34. Grayscale: #A6A6A6. Windows color (decimal): -6053429 or 13345187. OLE color: 13345187.
HSL color Cylindrical-coordinate representation of color #A3A1CB: hue angle of 242.86º 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 #A3A1CB is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 161 | 203 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.20 |
| HSL | 242.86º | 0.29% | 0.71% | - |
| HSV(B) | 242.86º | 0.21% | 0.8% | - |
| XYZ | 38.63 | 37.59 | 61.72 | - |
| YUV | 166.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 203 | 0.20 | 0.21 | 0 | 0.20 | 242.86 | 0.29 | 0.71 |
| Hex | A3 | A1 | CB | 14 | 15 | 0 | 14 | F3 | 1D | 47 |
| Octal | 243 | 241 | 313 | 24 | 25 | 0 | 24 | 363 | 35 | 107 |
| Binary | 10100011 | 10100001 | 11001011 | 10100 | 10101 | 0 | 10100 | 11110011 | 11101 | 1000111 |
Color Harmonies of #A3A1CB
Complementary color
Monochromatic Colors of #A3A1CB
Black with #A3A1CB
Text Example
Text Example
White with #A3A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A1CB; }
p { color: rgb(163,161,203); }
H1.HeaderClassName
{
color: #A3A1CB;
}
.AnyTagClassName
{
color: #A3A1CB;
}
</style>
background-color css
<style>
a { background-color: #A3A1CB; }
a { background-color: rgb(163,161,203); }
div.DivClassName
{
background-color: #A3A1CB;
}
.BgClassName
{
background-color: #A3A1CB;
}
</style>
border-color css
<style>
span { border-color: #A3A1CB; }
span { border-color: rgb(163,161,203); }
td.TdClassName
{
border-color: #A3A1CB;
}
.TagClassName
{
border-color: #A3A1CB;
}
</style>