Shades of Wistful #A3A5C6
Tints of Wistful #A3A5C6
RGB
CMYK
RGB Variations
Color information
#A3A5C6 (or 0xA3A5C6) is known color: Wistful. HEX triplet: A3, A5 and C6. RGB value is (163,165,198). Sum of RGB (Red+Green+Blue) = 163+165+198=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 198 - color contains mainly: blue. Hex color #A3A5C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A5C6 is #5C5A39. Grayscale: #A8A8A8. Windows color (decimal): -6052410 or 13018531. OLE color: 13018531.
HSL color Cylindrical-coordinate representation of color #A3A5C6: hue angle of 236.57º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3A5C6 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 165 | 198 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.22 |
| HSL | 236.57º | 0.23% | 0.71% | - |
| HSV(B) | 236.57º | 0.18% | 0.78% | - |
| XYZ | 38.75 | 38.77 | 58.87 | - |
| YUV | 168.16 | 144.84 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 165 | 198 | 0.18 | 0.17 | 0 | 0.22 | 236.57 | 0.23 | 0.71 |
| Hex | A3 | A5 | C6 | 12 | 11 | 0 | 16 | ED | 17 | 47 |
| Octal | 243 | 245 | 306 | 22 | 21 | 0 | 26 | 355 | 27 | 107 |
| Binary | 10100011 | 10100101 | 11000110 | 10010 | 10001 | 0 | 10110 | 11101101 | 10111 | 1000111 |
Color Harmonies of #A3A5C6
Complementary color
Monochromatic Colors of #A3A5C6
Black with #A3A5C6
Text Example
Text Example
White with #A3A5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A5C6; }
p { color: rgb(163,165,198); }
H1.HeaderClassName
{
color: #A3A5C6;
}
.AnyTagClassName
{
color: #A3A5C6;
}
</style>
background-color css
<style>
a { background-color: #A3A5C6; }
a { background-color: rgb(163,165,198); }
div.DivClassName
{
background-color: #A3A5C6;
}
.BgClassName
{
background-color: #A3A5C6;
}
</style>
border-color css
<style>
span { border-color: #A3A5C6; }
span { border-color: rgb(163,165,198); }
td.TdClassName
{
border-color: #A3A5C6;
}
.TagClassName
{
border-color: #A3A5C6;
}
</style>