Shades of Wistful #A09CDC
Tints of Wistful #A09CDC
RGB
CMYK
RGB Variations
Color information
#A09CDC (or 0xA09CDC) is known color: Wistful. HEX triplet: A0, 9C and DC. RGB value is (160,156,220). Sum of RGB (Red+Green+Blue) = 160+156+220=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #A09CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CDC is #5F6323. Grayscale: #A4A4A4. Windows color (decimal): -6251300 or 14458016. OLE color: 14458016.
HSL color Cylindrical-coordinate representation of color #A09CDC: hue angle of 243.75º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A09CDC is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 156 | 220 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.14 |
| HSL | 243.75º | 0.48% | 0.74% | - |
| HSV(B) | 243.75º | 0.29% | 0.86% | - |
| XYZ | 39.3 | 36.42 | 72.67 | - |
| YUV | 164.49 | 159.33 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 220 | 0.27 | 0.29 | 0 | 0.14 | 243.75 | 0.48 | 0.74 |
| Hex | A0 | 9C | DC | 1B | 1D | 0 | E | F4 | 30 | 4A |
| Octal | 240 | 234 | 334 | 33 | 35 | 0 | 16 | 364 | 60 | 112 |
| Binary | 10100000 | 10011100 | 11011100 | 11011 | 11101 | 0 | 1110 | 11110100 | 110000 | 1001010 |
Color Harmonies of #A09CDC
Complementary color
Monochromatic Colors of #A09CDC
Black with #A09CDC
Text Example
Text Example
White with #A09CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09CDC; }
p { color: rgb(160,156,220); }
H1.HeaderClassName
{
color: #A09CDC;
}
.AnyTagClassName
{
color: #A09CDC;
}
</style>
background-color css
<style>
a { background-color: #A09CDC; }
a { background-color: rgb(160,156,220); }
div.DivClassName
{
background-color: #A09CDC;
}
.BgClassName
{
background-color: #A09CDC;
}
</style>
border-color css
<style>
span { border-color: #A09CDC; }
span { border-color: rgb(160,156,220); }
td.TdClassName
{
border-color: #A09CDC;
}
.TagClassName
{
border-color: #A09CDC;
}
</style>