Shades of Wistful #A095DC
Tints of Wistful #A095DC
RGB
CMYK
RGB Variations
Color information
#A095DC (or 0xA095DC) is known color: Wistful. HEX triplet: A0, 95 and DC. RGB value is (160,149,220). Sum of RGB (Red+Green+Blue) = 160+149+220=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #A095DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A095DC is #5F6A23. Grayscale: #A0A0A0. Windows color (decimal): -6253092 or 14456224. OLE color: 14456224.
HSL color Cylindrical-coordinate representation of color #A095DC: hue angle of 249.3º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A095DC is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 149 | 220 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.14 |
| HSL | 249.3º | 0.5% | 0.72% | - |
| HSV(B) | 249.3º | 0.32% | 0.86% | - |
| XYZ | 38.16 | 34.14 | 72.29 | - |
| YUV | 160.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 220 | 0.27 | 0.32 | 0 | 0.14 | 249.3 | 0.5 | 0.72 |
| Hex | A0 | 95 | DC | 1B | 20 | 0 | E | F9 | 32 | 48 |
| Octal | 240 | 225 | 334 | 33 | 40 | 0 | 16 | 371 | 62 | 110 |
| Binary | 10100000 | 10010101 | 11011100 | 11011 | 100000 | 0 | 1110 | 11111001 | 110010 | 1001000 |
Color Harmonies of #A095DC
Complementary color
Monochromatic Colors of #A095DC
Black with #A095DC
Text Example
Text Example
White with #A095DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A095DC; }
p { color: rgb(160,149,220); }
H1.HeaderClassName
{
color: #A095DC;
}
.AnyTagClassName
{
color: #A095DC;
}
</style>
background-color css
<style>
a { background-color: #A095DC; }
a { background-color: rgb(160,149,220); }
div.DivClassName
{
background-color: #A095DC;
}
.BgClassName
{
background-color: #A095DC;
}
</style>
border-color css
<style>
span { border-color: #A095DC; }
span { border-color: rgb(160,149,220); }
td.TdClassName
{
border-color: #A095DC;
}
.TagClassName
{
border-color: #A095DC;
}
</style>