Shades of Wistful #A8A5C0
Tints of Wistful #A8A5C0
RGB
CMYK
RGB Variations
Color information
#A8A5C0 (or 0xA8A5C0) is known color: Wistful. HEX triplet: A8, A5 and C0. RGB value is (168,165,192). Sum of RGB (Red+Green+Blue) = 168+165+192=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 192 - color contains mainly: blue. Hex color #A8A5C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A5C0 is #575A3F. Grayscale: #A8A8A8. Windows color (decimal): -5724736 or 12625320. OLE color: 12625320.
HSL color Cylindrical-coordinate representation of color #A8A5C0: hue angle of 246.67º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8A5C0 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 165 | 192 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.25 |
| HSL | 246.67º | 0.18% | 0.7% | - |
| HSV(B) | 246.67º | 0.14% | 0.75% | - |
| XYZ | 39.12 | 39.04 | 55.34 | - |
| YUV | 168.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 165 | 192 | 0.12 | 0.14 | 0 | 0.25 | 246.67 | 0.18 | 0.7 |
| Hex | A8 | A5 | C0 | C | E | 0 | 19 | F7 | 12 | 46 |
| Octal | 250 | 245 | 300 | 14 | 16 | 0 | 31 | 367 | 22 | 106 |
| Binary | 10101000 | 10100101 | 11000000 | 1100 | 1110 | 0 | 11001 | 11110111 | 10010 | 1000110 |
Color Harmonies of #A8A5C0
Complementary color
Monochromatic Colors of #A8A5C0
Black with #A8A5C0
Text Example
Text Example
White with #A8A5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A5C0; }
p { color: rgb(168,165,192); }
H1.HeaderClassName
{
color: #A8A5C0;
}
.AnyTagClassName
{
color: #A8A5C0;
}
</style>
background-color css
<style>
a { background-color: #A8A5C0; }
a { background-color: rgb(168,165,192); }
div.DivClassName
{
background-color: #A8A5C0;
}
.BgClassName
{
background-color: #A8A5C0;
}
</style>
border-color css
<style>
span { border-color: #A8A5C0; }
span { border-color: rgb(168,165,192); }
td.TdClassName
{
border-color: #A8A5C0;
}
.TagClassName
{
border-color: #A8A5C0;
}
</style>