Shades of Wistful #A091D2
Tints of Wistful #A091D2
RGB
CMYK
RGB Variations
Color information
#A091D2 (or 0xA091D2) is known color: Wistful. HEX triplet: A0, 91 and D2. RGB value is (160,145,210). Sum of RGB (Red+Green+Blue) = 160+145+210=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 210 (82.42% from 255 or 40.78% from 515); Max value from RGB is 210 - color contains mainly: blue. Hex color #A091D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091D2 is #5F6E2D. Grayscale: #9C9C9C. Windows color (decimal): -6254126 or 13799840. OLE color: 13799840.
HSL color Cylindrical-coordinate representation of color #A091D2: hue angle of 253.85º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A091D2 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 145 | 210 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.18 |
| HSL | 253.85º | 0.42% | 0.7% | - |
| HSV(B) | 253.85º | 0.31% | 0.82% | - |
| XYZ | 36.26 | 32.38 | 65.31 | - |
| YUV | 156.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 210 | 0.24 | 0.31 | 0 | 0.18 | 253.85 | 0.42 | 0.7 |
| Hex | A0 | 91 | D2 | 18 | 1F | 0 | 12 | FE | 2A | 46 |
| Octal | 240 | 221 | 322 | 30 | 37 | 0 | 22 | 376 | 52 | 106 |
| Binary | 10100000 | 10010001 | 11010010 | 11000 | 11111 | 0 | 10010 | 11111110 | 101010 | 1000110 |
Color Harmonies of #A091D2
Complementary color
Monochromatic Colors of #A091D2
Black with #A091D2
Text Example
Text Example
White with #A091D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A091D2; }
p { color: rgb(160,145,210); }
H1.HeaderClassName
{
color: #A091D2;
}
.AnyTagClassName
{
color: #A091D2;
}
</style>
background-color css
<style>
a { background-color: #A091D2; }
a { background-color: rgb(160,145,210); }
div.DivClassName
{
background-color: #A091D2;
}
.BgClassName
{
background-color: #A091D2;
}
</style>
border-color css
<style>
span { border-color: #A091D2; }
span { border-color: rgb(160,145,210); }
td.TdClassName
{
border-color: #A091D2;
}
.TagClassName
{
border-color: #A091D2;
}
</style>