Shades of Wistful #A8A3DF
Tints of Wistful #A8A3DF
RGB
CMYK
RGB Variations
Color information
#A8A3DF (or 0xA8A3DF) is known color: Wistful. HEX triplet: A8, A3 and DF. RGB value is (168,163,223). Sum of RGB (Red+Green+Blue) = 168+163+223=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8A3DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A3DF is #575C20. Grayscale: #ABABAB. Windows color (decimal): -5725217 or 14656424. OLE color: 14656424.
HSL color Cylindrical-coordinate representation of color #A8A3DF: hue angle of 245º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8A3DF is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 163 | 223 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.13 |
| HSL | 245º | 0.48% | 0.76% | - |
| HSV(B) | 245º | 0.27% | 0.87% | - |
| XYZ | 42.56 | 39.85 | 75.26 | - |
| YUV | 171.34 | 157.16 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 223 | 0.25 | 0.27 | 0 | 0.13 | 245 | 0.48 | 0.76 |
| Hex | A8 | A3 | DF | 19 | 1B | 0 | D | F5 | 30 | 4C |
| Octal | 250 | 243 | 337 | 31 | 33 | 0 | 15 | 365 | 60 | 114 |
| Binary | 10101000 | 10100011 | 11011111 | 11001 | 11011 | 0 | 1101 | 11110101 | 110000 | 1001100 |
Color Harmonies of #A8A3DF
Complementary color
Monochromatic Colors of #A8A3DF
Black with #A8A3DF
Text Example
Text Example
White with #A8A3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A3DF; }
p { color: rgb(168,163,223); }
H1.HeaderClassName
{
color: #A8A3DF;
}
.AnyTagClassName
{
color: #A8A3DF;
}
</style>
background-color css
<style>
a { background-color: #A8A3DF; }
a { background-color: rgb(168,163,223); }
div.DivClassName
{
background-color: #A8A3DF;
}
.BgClassName
{
background-color: #A8A3DF;
}
</style>
border-color css
<style>
span { border-color: #A8A3DF; }
span { border-color: rgb(168,163,223); }
td.TdClassName
{
border-color: #A8A3DF;
}
.TagClassName
{
border-color: #A8A3DF;
}
</style>