Shades of Wistful #A8A1E6
Tints of Wistful #A8A1E6
RGB
CMYK
RGB Variations
Color information
#A8A1E6 (or 0xA8A1E6) is known color: Wistful. HEX triplet: A8, A1 and E6. RGB value is (168,161,230). Sum of RGB (Red+Green+Blue) = 168+161+230=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #A8A1E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A1E6 is #575E19. Grayscale: #AAAAAA. Windows color (decimal): -5725722 or 15114664. OLE color: 15114664.
HSL color Cylindrical-coordinate representation of color #A8A1E6: hue angle of 246.09º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8A1E6 is Cyan = 0.27, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 161 | 230 | - |
| CMYK | 0.27 | 0.3 | 0 | 0.10 |
| HSL | 246.09º | 0.58% | 0.77% | - |
| HSV(B) | 246.09º | 0.3% | 0.9% | - |
| XYZ | 43.18 | 39.53 | 80.22 | - |
| YUV | 170.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 230 | 0.27 | 0.3 | 0 | 0.10 | 246.09 | 0.58 | 0.77 |
| Hex | A8 | A1 | E6 | 1B | 1E | 0 | A | F6 | 3A | 4D |
| Octal | 250 | 241 | 346 | 33 | 36 | 0 | 12 | 366 | 72 | 115 |
| Binary | 10101000 | 10100001 | 11100110 | 11011 | 11110 | 0 | 1010 | 11110110 | 111010 | 1001101 |
Color Harmonies of #A8A1E6
Complementary color
Monochromatic Colors of #A8A1E6
Black with #A8A1E6
Text Example
Text Example
White with #A8A1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A1E6; }
p { color: rgb(168,161,230); }
H1.HeaderClassName
{
color: #A8A1E6;
}
.AnyTagClassName
{
color: #A8A1E6;
}
</style>
background-color css
<style>
a { background-color: #A8A1E6; }
a { background-color: rgb(168,161,230); }
div.DivClassName
{
background-color: #A8A1E6;
}
.BgClassName
{
background-color: #A8A1E6;
}
</style>
border-color css
<style>
span { border-color: #A8A1E6; }
span { border-color: rgb(168,161,230); }
td.TdClassName
{
border-color: #A8A1E6;
}
.TagClassName
{
border-color: #A8A1E6;
}
</style>