Shades of Wistful #A8A3EA
Tints of Wistful #A8A3EA
RGB
CMYK
RGB Variations
Color information
#A8A3EA (or 0xA8A3EA) is known color: Wistful. HEX triplet: A8, A3 and EA. RGB value is (168,163,234). Sum of RGB (Red+Green+Blue) = 168+163+234=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8A3EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A3EA is #575C15. Grayscale: #ACACAC. Windows color (decimal): -5725206 or 15377320. OLE color: 15377320.
HSL color Cylindrical-coordinate representation of color #A8A3EA: hue angle of 244.23º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8A3EA is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 163 | 234 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.08 |
| HSL | 244.23º | 0.63% | 0.78% | - |
| HSV(B) | 244.23º | 0.3% | 0.92% | - |
| XYZ | 44.1 | 40.46 | 83.33 | - |
| YUV | 172.59 | 162.66 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 234 | 0.28 | 0.30 | 0 | 0.08 | 244.23 | 0.63 | 0.78 |
| Hex | A8 | A3 | EA | 1C | 1E | 0 | 8 | F4 | 3F | 4E |
| Octal | 250 | 243 | 352 | 34 | 36 | 0 | 10 | 364 | 77 | 116 |
| Binary | 10101000 | 10100011 | 11101010 | 11100 | 11110 | 0 | 1000 | 11110100 | 111111 | 1001110 |
Color Harmonies of #A8A3EA
Complementary color
Monochromatic Colors of #A8A3EA
Black with #A8A3EA
Text Example
Text Example
White with #A8A3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A3EA; }
p { color: rgb(168,163,234); }
H1.HeaderClassName
{
color: #A8A3EA;
}
.AnyTagClassName
{
color: #A8A3EA;
}
</style>
background-color css
<style>
a { background-color: #A8A3EA; }
a { background-color: rgb(168,163,234); }
div.DivClassName
{
background-color: #A8A3EA;
}
.BgClassName
{
background-color: #A8A3EA;
}
</style>
border-color css
<style>
span { border-color: #A8A3EA; }
span { border-color: rgb(168,163,234); }
td.TdClassName
{
border-color: #A8A3EA;
}
.TagClassName
{
border-color: #A8A3EA;
}
</style>