Shades of Wistful #A092DF
Tints of Wistful #A092DF
RGB
CMYK
RGB Variations
Color information
#A092DF (or 0xA092DF) is known color: Wistful. HEX triplet: A0, 92 and DF. RGB value is (160,146,223). Sum of RGB (Red+Green+Blue) = 160+146+223=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #A092DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092DF is #5F6D20. Grayscale: #9E9E9E. Windows color (decimal): -6253857 or 14652064. OLE color: 14652064.
HSL color Cylindrical-coordinate representation of color #A092DF: hue angle of 250.91º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A092DF is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 146 | 223 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.13 |
| HSL | 250.91º | 0.55% | 0.72% | - |
| HSV(B) | 250.91º | 0.35% | 0.87% | - |
| XYZ | 38.1 | 33.36 | 74.24 | - |
| YUV | 158.96 | 164.14 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 223 | 0.28 | 0.35 | 0 | 0.13 | 250.91 | 0.55 | 0.72 |
| Hex | A0 | 92 | DF | 1C | 23 | 0 | D | FB | 37 | 48 |
| Octal | 240 | 222 | 337 | 34 | 43 | 0 | 15 | 373 | 67 | 110 |
| Binary | 10100000 | 10010010 | 11011111 | 11100 | 100011 | 0 | 1101 | 11111011 | 110111 | 1001000 |
Color Harmonies of #A092DF
Complementary color
Monochromatic Colors of #A092DF
Black with #A092DF
Text Example
Text Example
White with #A092DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092DF; }
p { color: rgb(160,146,223); }
H1.HeaderClassName
{
color: #A092DF;
}
.AnyTagClassName
{
color: #A092DF;
}
</style>
background-color css
<style>
a { background-color: #A092DF; }
a { background-color: rgb(160,146,223); }
div.DivClassName
{
background-color: #A092DF;
}
.BgClassName
{
background-color: #A092DF;
}
</style>
border-color css
<style>
span { border-color: #A092DF; }
span { border-color: rgb(160,146,223); }
td.TdClassName
{
border-color: #A092DF;
}
.TagClassName
{
border-color: #A092DF;
}
</style>