Shades of Wistful #A093D0
Tints of Wistful #A093D0
RGB
CMYK
RGB Variations
Color information
#A093D0 (or 0xA093D0) is known color: Wistful. HEX triplet: A0, 93 and D0. RGB value is (160,147,208). Sum of RGB (Red+Green+Blue) = 160+147+208=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #A093D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093D0 is #5F6C2F. Grayscale: #9D9D9D. Windows color (decimal): -6253616 or 13669280. OLE color: 13669280.
HSL color Cylindrical-coordinate representation of color #A093D0: hue angle of 252.79º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A093D0 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 147 | 208 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.18 |
| HSL | 252.79º | 0.39% | 0.7% | - |
| HSV(B) | 252.79º | 0.29% | 0.82% | - |
| XYZ | 36.32 | 32.9 | 64.11 | - |
| YUV | 157.84 | 156.31 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 208 | 0.23 | 0.29 | 0 | 0.18 | 252.79 | 0.39 | 0.7 |
| Hex | A0 | 93 | D0 | 17 | 1D | 0 | 12 | FD | 27 | 46 |
| Octal | 240 | 223 | 320 | 27 | 35 | 0 | 22 | 375 | 47 | 106 |
| Binary | 10100000 | 10010011 | 11010000 | 10111 | 11101 | 0 | 10010 | 11111101 | 100111 | 1000110 |
Color Harmonies of #A093D0
Complementary color
Monochromatic Colors of #A093D0
Black with #A093D0
Text Example
Text Example
White with #A093D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A093D0; }
p { color: rgb(160,147,208); }
H1.HeaderClassName
{
color: #A093D0;
}
.AnyTagClassName
{
color: #A093D0;
}
</style>
background-color css
<style>
a { background-color: #A093D0; }
a { background-color: rgb(160,147,208); }
div.DivClassName
{
background-color: #A093D0;
}
.BgClassName
{
background-color: #A093D0;
}
</style>
border-color css
<style>
span { border-color: #A093D0; }
span { border-color: rgb(160,147,208); }
td.TdClassName
{
border-color: #A093D0;
}
.TagClassName
{
border-color: #A093D0;
}
</style>