Shades of Wistful #A094C8
Tints of Wistful #A094C8
RGB
CMYK
RGB Variations
Color information
#A094C8 (or 0xA094C8) is known color: Wistful. HEX triplet: A0, 94 and C8. RGB value is (160,148,200). Sum of RGB (Red+Green+Blue) = 160+148+200=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 200 - color contains mainly: blue. Hex color #A094C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A094C8 is #5F6B37. Grayscale: #9D9D9D. Windows color (decimal): -6253368 or 13145248. OLE color: 13145248.
HSL color Cylindrical-coordinate representation of color #A094C8: hue angle of 253.85º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A094C8 is Cyan = 0.2, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 148 | 200 | - |
| CMYK | 0.2 | 0.26 | 0 | 0.22 |
| HSL | 253.85º | 0.32% | 0.68% | - |
| HSV(B) | 253.85º | 0.26% | 0.78% | - |
| XYZ | 35.51 | 32.82 | 59.11 | - |
| YUV | 157.52 | 151.98 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 200 | 0.2 | 0.26 | 0 | 0.22 | 253.85 | 0.32 | 0.68 |
| Hex | A0 | 94 | C8 | 14 | 1A | 0 | 16 | FE | 20 | 44 |
| Octal | 240 | 224 | 310 | 24 | 32 | 0 | 26 | 376 | 40 | 104 |
| Binary | 10100000 | 10010100 | 11001000 | 10100 | 11010 | 0 | 10110 | 11111110 | 100000 | 1000100 |
Color Harmonies of #A094C8
Complementary color
Monochromatic Colors of #A094C8
Black with #A094C8
Text Example
Text Example
White with #A094C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A094C8; }
p { color: rgb(160,148,200); }
H1.HeaderClassName
{
color: #A094C8;
}
.AnyTagClassName
{
color: #A094C8;
}
</style>
background-color css
<style>
a { background-color: #A094C8; }
a { background-color: rgb(160,148,200); }
div.DivClassName
{
background-color: #A094C8;
}
.BgClassName
{
background-color: #A094C8;
}
</style>
border-color css
<style>
span { border-color: #A094C8; }
span { border-color: rgb(160,148,200); }
td.TdClassName
{
border-color: #A094C8;
}
.TagClassName
{
border-color: #A094C8;
}
</style>