Shades of Wistful #A8A2EF
Tints of Wistful #A8A2EF
RGB
CMYK
RGB Variations
Color information
#A8A2EF (or 0xA8A2EF) is known color: Wistful. HEX triplet: A8, A2 and EF. RGB value is (168,162,239). Sum of RGB (Red+Green+Blue) = 168+162+239=569 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.53% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8A2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A2EF is #575D10. Grayscale: #ACACAC. Windows color (decimal): -5725457 or 15704744. OLE color: 15704744.
HSL color Cylindrical-coordinate representation of color #A8A2EF: hue angle of 244.68º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8A2EF is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 162 | 239 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.06 |
| HSL | 244.68º | 0.71% | 0.79% | - |
| HSV(B) | 244.68º | 0.32% | 0.94% | - |
| XYZ | 44.65 | 40.4 | 87.11 | - |
| YUV | 172.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 162 | 239 | 0.30 | 0.32 | 0 | 0.06 | 244.68 | 0.71 | 0.79 |
| Hex | A8 | A2 | EF | 1E | 20 | 0 | 6 | F5 | 47 | 4F |
| Octal | 250 | 242 | 357 | 36 | 40 | 0 | 6 | 365 | 107 | 117 |
| Binary | 10101000 | 10100010 | 11101111 | 11110 | 100000 | 0 | 110 | 11110101 | 1000111 | 1001111 |
Color Harmonies of #A8A2EF
Complementary color
Monochromatic Colors of #A8A2EF
Black with #A8A2EF
Text Example
Text Example
White with #A8A2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A2EF; }
p { color: rgb(168,162,239); }
H1.HeaderClassName
{
color: #A8A2EF;
}
.AnyTagClassName
{
color: #A8A2EF;
}
</style>
background-color css
<style>
a { background-color: #A8A2EF; }
a { background-color: rgb(168,162,239); }
div.DivClassName
{
background-color: #A8A2EF;
}
.BgClassName
{
background-color: #A8A2EF;
}
</style>
border-color css
<style>
span { border-color: #A8A2EF; }
span { border-color: rgb(168,162,239); }
td.TdClassName
{
border-color: #A8A2EF;
}
.TagClassName
{
border-color: #A8A2EF;
}
</style>