Shades of Wistful #A093DF
Tints of Wistful #A093DF
RGB
CMYK
RGB Variations
Color information
#A093DF (or 0xA093DF) is known color: Wistful. HEX triplet: A0, 93 and DF. RGB value is (160,147,223). Sum of RGB (Red+Green+Blue) = 160+147+223=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #A093DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093DF is #5F6C20. Grayscale: #9F9F9F. Windows color (decimal): -6253601 or 14652320. OLE color: 14652320.
HSL color Cylindrical-coordinate representation of color #A093DF: hue angle of 250.26º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A093DF is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 147 | 223 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.13 |
| HSL | 250.26º | 0.54% | 0.73% | - |
| HSV(B) | 250.26º | 0.34% | 0.87% | - |
| XYZ | 38.25 | 33.67 | 74.29 | - |
| YUV | 159.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 223 | 0.28 | 0.34 | 0 | 0.13 | 250.26 | 0.54 | 0.73 |
| Hex | A0 | 93 | DF | 1C | 22 | 0 | D | FA | 36 | 49 |
| Octal | 240 | 223 | 337 | 34 | 42 | 0 | 15 | 372 | 66 | 111 |
| Binary | 10100000 | 10010011 | 11011111 | 11100 | 100010 | 0 | 1101 | 11111010 | 110110 | 1001001 |
Color Harmonies of #A093DF
Complementary color
Monochromatic Colors of #A093DF
Black with #A093DF
Text Example
Text Example
White with #A093DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A093DF; }
p { color: rgb(160,147,223); }
H1.HeaderClassName
{
color: #A093DF;
}
.AnyTagClassName
{
color: #A093DF;
}
</style>
background-color css
<style>
a { background-color: #A093DF; }
a { background-color: rgb(160,147,223); }
div.DivClassName
{
background-color: #A093DF;
}
.BgClassName
{
background-color: #A093DF;
}
</style>
border-color css
<style>
span { border-color: #A093DF; }
span { border-color: rgb(160,147,223); }
td.TdClassName
{
border-color: #A093DF;
}
.TagClassName
{
border-color: #A093DF;
}
</style>