Shades of Wistful #A7A0F1
Tints of Wistful #A7A0F1
RGB
CMYK
RGB Variations
Color information
#A7A0F1 (or 0xA7A0F1) is known color: Wistful. HEX triplet: A7, A0 and F1. RGB value is (167,160,241). Sum of RGB (Red+Green+Blue) = 167+160+241=568 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.40% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #A7A0F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A0F1 is #585F0E. Grayscale: #ABABAB. Windows color (decimal): -5791503 or 15835303. OLE color: 15835303.
HSL color Cylindrical-coordinate representation of color #A7A0F1: hue angle of 245.19º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7A0F1 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 160 | 241 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.05 |
| HSL | 245.19º | 0.74% | 0.79% | - |
| HSV(B) | 245.19º | 0.34% | 0.95% | - |
| XYZ | 44.38 | 39.71 | 88.54 | - |
| YUV | 171.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 160 | 241 | 0.31 | 0.34 | 0 | 0.05 | 245.19 | 0.74 | 0.79 |
| Hex | A7 | A0 | F1 | 1F | 22 | 0 | 5 | F5 | 4A | 4F |
| Octal | 247 | 240 | 361 | 37 | 42 | 0 | 5 | 365 | 112 | 117 |
| Binary | 10100111 | 10100000 | 11110001 | 11111 | 100010 | 0 | 101 | 11110101 | 1001010 | 1001111 |
Color Harmonies of #A7A0F1
Complementary color
Monochromatic Colors of #A7A0F1
Black with #A7A0F1
Text Example
Text Example
White with #A7A0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A0F1; }
p { color: rgb(167,160,241); }
H1.HeaderClassName
{
color: #A7A0F1;
}
.AnyTagClassName
{
color: #A7A0F1;
}
</style>
background-color css
<style>
a { background-color: #A7A0F1; }
a { background-color: rgb(167,160,241); }
div.DivClassName
{
background-color: #A7A0F1;
}
.BgClassName
{
background-color: #A7A0F1;
}
</style>
border-color css
<style>
span { border-color: #A7A0F1; }
span { border-color: rgb(167,160,241); }
td.TdClassName
{
border-color: #A7A0F1;
}
.TagClassName
{
border-color: #A7A0F1;
}
</style>