Shades of Wistful #A2A3C1
Tints of Wistful #A2A3C1
RGB
CMYK
RGB Variations
Color information
#A2A3C1 (or 0xA2A3C1) is known color: Wistful. HEX triplet: A2, A3 and C1. RGB value is (162,163,193). Sum of RGB (Red+Green+Blue) = 162+163+193=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #A2A3C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A3C1 is #5D5C3E. Grayscale: #A6A6A6. Windows color (decimal): -6118463 or 12690338. OLE color: 12690338.
HSL color Cylindrical-coordinate representation of color #A2A3C1: hue angle of 238.06º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2A3C1 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 163 | 193 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.24 |
| HSL | 238.06º | 0.2% | 0.7% | - |
| HSV(B) | 238.06º | 0.16% | 0.76% | - |
| XYZ | 37.62 | 37.73 | 55.75 | - |
| YUV | 166.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 163 | 193 | 0.16 | 0.16 | 0 | 0.24 | 238.06 | 0.2 | 0.7 |
| Hex | A2 | A3 | C1 | 10 | 10 | 0 | 18 | EE | 14 | 46 |
| Octal | 242 | 243 | 301 | 20 | 20 | 0 | 30 | 356 | 24 | 106 |
| Binary | 10100010 | 10100011 | 11000001 | 10000 | 10000 | 0 | 11000 | 11101110 | 10100 | 1000110 |
Color Harmonies of #A2A3C1
Complementary color
Monochromatic Colors of #A2A3C1
Black with #A2A3C1
Text Example
Text Example
White with #A2A3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A3C1; }
p { color: rgb(162,163,193); }
H1.HeaderClassName
{
color: #A2A3C1;
}
.AnyTagClassName
{
color: #A2A3C1;
}
</style>
background-color css
<style>
a { background-color: #A2A3C1; }
a { background-color: rgb(162,163,193); }
div.DivClassName
{
background-color: #A2A3C1;
}
.BgClassName
{
background-color: #A2A3C1;
}
</style>
border-color css
<style>
span { border-color: #A2A3C1; }
span { border-color: rgb(162,163,193); }
td.TdClassName
{
border-color: #A2A3C1;
}
.TagClassName
{
border-color: #A2A3C1;
}
</style>