Shades of Wistful #A3A2C3
Tints of Wistful #A3A2C3
RGB
CMYK
RGB Variations
Color information
#A3A2C3 (or 0xA3A2C3) is known color: Wistful. HEX triplet: A3, A2 and C3. RGB value is (163,162,195). Sum of RGB (Red+Green+Blue) = 163+162+195=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 195 - color contains mainly: blue. Hex color #A3A2C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A2C3 is #5C5D3C. Grayscale: #A5A5A5. Windows color (decimal): -6053181 or 12821155. OLE color: 12821155.
HSL color Cylindrical-coordinate representation of color #A3A2C3: hue angle of 241.82º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3A2C3 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 162 | 195 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.24 |
| HSL | 241.82º | 0.22% | 0.7% | - |
| HSV(B) | 241.82º | 0.17% | 0.76% | - |
| XYZ | 37.87 | 37.57 | 56.88 | - |
| YUV | 166.06 | 144.33 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 195 | 0.16 | 0.17 | 0 | 0.24 | 241.82 | 0.22 | 0.7 |
| Hex | A3 | A2 | C3 | 10 | 11 | 0 | 18 | F2 | 16 | 46 |
| Octal | 243 | 242 | 303 | 20 | 21 | 0 | 30 | 362 | 26 | 106 |
| Binary | 10100011 | 10100010 | 11000011 | 10000 | 10001 | 0 | 11000 | 11110010 | 10110 | 1000110 |
Color Harmonies of #A3A2C3
Complementary color
Monochromatic Colors of #A3A2C3
Black with #A3A2C3
Text Example
Text Example
White with #A3A2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A2C3; }
p { color: rgb(163,162,195); }
H1.HeaderClassName
{
color: #A3A2C3;
}
.AnyTagClassName
{
color: #A3A2C3;
}
</style>
background-color css
<style>
a { background-color: #A3A2C3; }
a { background-color: rgb(163,162,195); }
div.DivClassName
{
background-color: #A3A2C3;
}
.BgClassName
{
background-color: #A3A2C3;
}
</style>
border-color css
<style>
span { border-color: #A3A2C3; }
span { border-color: rgb(163,162,195); }
td.TdClassName
{
border-color: #A3A2C3;
}
.TagClassName
{
border-color: #A3A2C3;
}
</style>