Shades of Wistful #A099ED
Tints of Wistful #A099ED
RGB
CMYK
RGB Variations
Color information
#A099ED (or 0xA099ED) is known color: Wistful. HEX triplet: A0, 99 and ED. RGB value is (160,153,237). Sum of RGB (Red+Green+Blue) = 160+153+237=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #A099ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A099ED is #5F6612. Grayscale: #A4A4A4. Windows color (decimal): -6252051 or 15571360. OLE color: 15571360.
HSL color Cylindrical-coordinate representation of color #A099ED: hue angle of 245º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A099ED is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 153 | 237 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.07 |
| HSL | 245º | 0.7% | 0.76% | - |
| HSV(B) | 245º | 0.35% | 0.93% | - |
| XYZ | 41.17 | 36.37 | 84.97 | - |
| YUV | 164.67 | 168.82 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 237 | 0.32 | 0.35 | 0 | 0.07 | 245 | 0.7 | 0.76 |
| Hex | A0 | 99 | ED | 20 | 23 | 0 | 7 | F5 | 46 | 4C |
| Octal | 240 | 231 | 355 | 40 | 43 | 0 | 7 | 365 | 106 | 114 |
| Binary | 10100000 | 10011001 | 11101101 | 100000 | 100011 | 0 | 111 | 11110101 | 1000110 | 1001100 |
Color Harmonies of #A099ED
Complementary color
Monochromatic Colors of #A099ED
Black with #A099ED
Text Example
Text Example
White with #A099ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099ED; }
p { color: rgb(160,153,237); }
H1.HeaderClassName
{
color: #A099ED;
}
.AnyTagClassName
{
color: #A099ED;
}
</style>
background-color css
<style>
a { background-color: #A099ED; }
a { background-color: rgb(160,153,237); }
div.DivClassName
{
background-color: #A099ED;
}
.BgClassName
{
background-color: #A099ED;
}
</style>
border-color css
<style>
span { border-color: #A099ED; }
span { border-color: rgb(160,153,237); }
td.TdClassName
{
border-color: #A099ED;
}
.TagClassName
{
border-color: #A099ED;
}
</style>