Shades of Wistful #A7A3CC
Tints of Wistful #A7A3CC
RGB
CMYK
RGB Variations
Color information
#A7A3CC (or 0xA7A3CC) is known color: Wistful. HEX triplet: A7, A3 and CC. RGB value is (167,163,204). Sum of RGB (Red+Green+Blue) = 167+163+204=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #A7A3CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A3CC is #585C33. Grayscale: #A8A8A8. Windows color (decimal): -5790772 or 13411239. OLE color: 13411239.
HSL color Cylindrical-coordinate representation of color #A7A3CC: hue angle of 245.85º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7A3CC is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 163 | 204 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.2 |
| HSL | 245.85º | 0.29% | 0.72% | - |
| HSV(B) | 245.85º | 0.2% | 0.8% | - |
| XYZ | 39.93 | 38.77 | 62.51 | - |
| YUV | 168.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 163 | 204 | 0.18 | 0.20 | 0 | 0.2 | 245.85 | 0.29 | 0.72 |
| Hex | A7 | A3 | CC | 12 | 14 | 0 | 14 | F6 | 1D | 48 |
| Octal | 247 | 243 | 314 | 22 | 24 | 0 | 24 | 366 | 35 | 110 |
| Binary | 10100111 | 10100011 | 11001100 | 10010 | 10100 | 0 | 10100 | 11110110 | 11101 | 1001000 |
Color Harmonies of #A7A3CC
Complementary color
Monochromatic Colors of #A7A3CC
Black with #A7A3CC
Text Example
Text Example
White with #A7A3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A3CC; }
p { color: rgb(167,163,204); }
H1.HeaderClassName
{
color: #A7A3CC;
}
.AnyTagClassName
{
color: #A7A3CC;
}
</style>
background-color css
<style>
a { background-color: #A7A3CC; }
a { background-color: rgb(167,163,204); }
div.DivClassName
{
background-color: #A7A3CC;
}
.BgClassName
{
background-color: #A7A3CC;
}
</style>
border-color css
<style>
span { border-color: #A7A3CC; }
span { border-color: rgb(167,163,204); }
td.TdClassName
{
border-color: #A7A3CC;
}
.TagClassName
{
border-color: #A7A3CC;
}
</style>