Shades of Wistful #A092D0
Tints of Wistful #A092D0
RGB
CMYK
RGB Variations
Color information
#A092D0 (or 0xA092D0) is known color: Wistful. HEX triplet: A0, 92 and D0. RGB value is (160,146,208). Sum of RGB (Red+Green+Blue) = 160+146+208=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #A092D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092D0 is #5F6D2F. Grayscale: #9D9D9D. Windows color (decimal): -6253872 or 13669024. OLE color: 13669024.
HSL color Cylindrical-coordinate representation of color #A092D0: hue angle of 253.55º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A092D0 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 146 | 208 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.18 |
| HSL | 253.55º | 0.4% | 0.69% | - |
| HSV(B) | 253.55º | 0.3% | 0.82% | - |
| XYZ | 36.16 | 32.59 | 64.06 | - |
| YUV | 157.25 | 156.64 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 208 | 0.23 | 0.30 | 0 | 0.18 | 253.55 | 0.4 | 0.69 |
| Hex | A0 | 92 | D0 | 17 | 1E | 0 | 12 | FE | 28 | 45 |
| Octal | 240 | 222 | 320 | 27 | 36 | 0 | 22 | 376 | 50 | 105 |
| Binary | 10100000 | 10010010 | 11010000 | 10111 | 11110 | 0 | 10010 | 11111110 | 101000 | 1000101 |
Color Harmonies of #A092D0
Complementary color
Monochromatic Colors of #A092D0
Black with #A092D0
Text Example
Text Example
White with #A092D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092D0; }
p { color: rgb(160,146,208); }
H1.HeaderClassName
{
color: #A092D0;
}
.AnyTagClassName
{
color: #A092D0;
}
</style>
background-color css
<style>
a { background-color: #A092D0; }
a { background-color: rgb(160,146,208); }
div.DivClassName
{
background-color: #A092D0;
}
.BgClassName
{
background-color: #A092D0;
}
</style>
border-color css
<style>
span { border-color: #A092D0; }
span { border-color: rgb(160,146,208); }
td.TdClassName
{
border-color: #A092D0;
}
.TagClassName
{
border-color: #A092D0;
}
</style>