Shades of Wistful #A095ED
Tints of Wistful #A095ED
RGB
CMYK
RGB Variations
Color information
#A095ED (or 0xA095ED) is known color: Wistful. HEX triplet: A0, 95 and ED. RGB value is (160,149,237). Sum of RGB (Red+Green+Blue) = 160+149+237=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #A095ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A095ED is #5F6A12. Grayscale: #A1A1A1. Windows color (decimal): -6253075 or 15570336. OLE color: 15570336.
HSL color Cylindrical-coordinate representation of color #A095ED: hue angle of 247.5º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A095ED is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 149 | 237 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.07 |
| HSL | 247.5º | 0.71% | 0.76% | - |
| HSV(B) | 247.5º | 0.37% | 0.93% | - |
| XYZ | 40.53 | 35.08 | 84.76 | - |
| YUV | 162.32 | 170.14 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 237 | 0.32 | 0.37 | 0 | 0.07 | 247.5 | 0.71 | 0.76 |
| Hex | A0 | 95 | ED | 20 | 25 | 0 | 7 | F8 | 47 | 4C |
| Octal | 240 | 225 | 355 | 40 | 45 | 0 | 7 | 370 | 107 | 114 |
| Binary | 10100000 | 10010101 | 11101101 | 100000 | 100101 | 0 | 111 | 11111000 | 1000111 | 1001100 |
Color Harmonies of #A095ED
Complementary color
Monochromatic Colors of #A095ED
Black with #A095ED
Text Example
Text Example
White with #A095ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A095ED; }
p { color: rgb(160,149,237); }
H1.HeaderClassName
{
color: #A095ED;
}
.AnyTagClassName
{
color: #A095ED;
}
</style>
background-color css
<style>
a { background-color: #A095ED; }
a { background-color: rgb(160,149,237); }
div.DivClassName
{
background-color: #A095ED;
}
.BgClassName
{
background-color: #A095ED;
}
</style>
border-color css
<style>
span { border-color: #A095ED; }
span { border-color: rgb(160,149,237); }
td.TdClassName
{
border-color: #A095ED;
}
.TagClassName
{
border-color: #A095ED;
}
</style>