Shades of Wistful #A093CF
Tints of Wistful #A093CF
RGB
CMYK
RGB Variations
Color information
#A093CF (or 0xA093CF) is known color: Wistful. HEX triplet: A0, 93 and CF. RGB value is (160,147,207). Sum of RGB (Red+Green+Blue) = 160+147+207=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #A093CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093CF is #5F6C30. Grayscale: #9D9D9D. Windows color (decimal): -6253617 or 13603744. OLE color: 13603744.
HSL color Cylindrical-coordinate representation of color #A093CF: hue angle of 253º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A093CF is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 147 | 207 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.19 |
| HSL | 253º | 0.38% | 0.69% | - |
| HSV(B) | 253º | 0.29% | 0.81% | - |
| XYZ | 36.19 | 32.85 | 63.46 | - |
| YUV | 157.73 | 155.81 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 207 | 0.23 | 0.29 | 0 | 0.19 | 253 | 0.38 | 0.69 |
| Hex | A0 | 93 | CF | 17 | 1D | 0 | 13 | FD | 26 | 45 |
| Octal | 240 | 223 | 317 | 27 | 35 | 0 | 23 | 375 | 46 | 105 |
| Binary | 10100000 | 10010011 | 11001111 | 10111 | 11101 | 0 | 10011 | 11111101 | 100110 | 1000101 |
Color Harmonies of #A093CF
Complementary color
Monochromatic Colors of #A093CF
Black with #A093CF
Text Example
Text Example
White with #A093CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A093CF; }
p { color: rgb(160,147,207); }
H1.HeaderClassName
{
color: #A093CF;
}
.AnyTagClassName
{
color: #A093CF;
}
</style>
background-color css
<style>
a { background-color: #A093CF; }
a { background-color: rgb(160,147,207); }
div.DivClassName
{
background-color: #A093CF;
}
.BgClassName
{
background-color: #A093CF;
}
</style>
border-color css
<style>
span { border-color: #A093CF; }
span { border-color: rgb(160,147,207); }
td.TdClassName
{
border-color: #A093CF;
}
.TagClassName
{
border-color: #A093CF;
}
</style>