Shades of Wistful #A09CF3
Tints of Wistful #A09CF3
RGB
CMYK
RGB Variations
Color information
#A09CF3 (or 0xA09CF3) is known color: Wistful. HEX triplet: A0, 9C and F3. RGB value is (160,156,243). Sum of RGB (Red+Green+Blue) = 160+156+243=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #A09CF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09CF3 is #5F630C. Grayscale: #A6A6A6. Windows color (decimal): -6251277 or 15965344. OLE color: 15965344.
HSL color Cylindrical-coordinate representation of color #A09CF3: hue angle of 242.76º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A09CF3 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 156 | 243 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.05 |
| HSL | 242.76º | 0.78% | 0.78% | - |
| HSV(B) | 242.76º | 0.36% | 0.95% | - |
| XYZ | 42.56 | 37.72 | 89.83 | - |
| YUV | 167.11 | 170.83 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 243 | 0.34 | 0.36 | 0 | 0.05 | 242.76 | 0.78 | 0.78 |
| Hex | A0 | 9C | F3 | 22 | 24 | 0 | 5 | F3 | 4E | 4E |
| Octal | 240 | 234 | 363 | 42 | 44 | 0 | 5 | 363 | 116 | 116 |
| Binary | 10100000 | 10011100 | 11110011 | 100010 | 100100 | 0 | 101 | 11110011 | 1001110 | 1001110 |
Color Harmonies of #A09CF3
Complementary color
Monochromatic Colors of #A09CF3
Black with #A09CF3
Text Example
Text Example
White with #A09CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09CF3; }
p { color: rgb(160,156,243); }
H1.HeaderClassName
{
color: #A09CF3;
}
.AnyTagClassName
{
color: #A09CF3;
}
</style>
background-color css
<style>
a { background-color: #A09CF3; }
a { background-color: rgb(160,156,243); }
div.DivClassName
{
background-color: #A09CF3;
}
.BgClassName
{
background-color: #A09CF3;
}
</style>
border-color css
<style>
span { border-color: #A09CF3; }
span { border-color: rgb(160,156,243); }
td.TdClassName
{
border-color: #A09CF3;
}
.TagClassName
{
border-color: #A09CF3;
}
</style>