Shades of Wistful #A094DA
Tints of Wistful #A094DA
RGB
CMYK
RGB Variations
Color information
#A094DA (or 0xA094DA) is known color: Wistful. HEX triplet: A0, 94 and DA. RGB value is (160,148,218). Sum of RGB (Red+Green+Blue) = 160+148+218=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #A094DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A094DA is #5F6B25. Grayscale: #9F9F9F. Windows color (decimal): -6253350 or 14324896. OLE color: 14324896.
HSL color Cylindrical-coordinate representation of color #A094DA: hue angle of 250.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A094DA is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 148 | 218 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.15 |
| HSL | 250.29º | 0.49% | 0.72% | - |
| HSV(B) | 250.29º | 0.32% | 0.85% | - |
| XYZ | 37.74 | 33.72 | 70.85 | - |
| YUV | 159.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 218 | 0.27 | 0.32 | 0 | 0.15 | 250.29 | 0.49 | 0.72 |
| Hex | A0 | 94 | DA | 1B | 20 | 0 | F | FA | 31 | 48 |
| Octal | 240 | 224 | 332 | 33 | 40 | 0 | 17 | 372 | 61 | 110 |
| Binary | 10100000 | 10010100 | 11011010 | 11011 | 100000 | 0 | 1111 | 11111010 | 110001 | 1001000 |
Color Harmonies of #A094DA
Complementary color
Monochromatic Colors of #A094DA
Black with #A094DA
Text Example
Text Example
White with #A094DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A094DA; }
p { color: rgb(160,148,218); }
H1.HeaderClassName
{
color: #A094DA;
}
.AnyTagClassName
{
color: #A094DA;
}
</style>
background-color css
<style>
a { background-color: #A094DA; }
a { background-color: rgb(160,148,218); }
div.DivClassName
{
background-color: #A094DA;
}
.BgClassName
{
background-color: #A094DA;
}
</style>
border-color css
<style>
span { border-color: #A094DA; }
span { border-color: rgb(160,148,218); }
td.TdClassName
{
border-color: #A094DA;
}
.TagClassName
{
border-color: #A094DA;
}
</style>