Shades of Wistful #A293ED
Tints of Wistful #A293ED
RGB
CMYK
RGB Variations
Color information
#A293ED (or 0xA293ED) is known color: Wistful. HEX triplet: A2, 93 and ED. RGB value is (162,147,237). Sum of RGB (Red+Green+Blue) = 162+147+237=546 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.67% from 546); Green value is 147 (57.81% from 255 or 26.92% 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 #A293ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A293ED is #5D6C12. Grayscale: #A1A1A1. Windows color (decimal): -6122515 or 15569826. OLE color: 15569826.
HSL color Cylindrical-coordinate representation of color #A293ED: hue angle of 250º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A293ED is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 147 | 237 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.07 |
| HSL | 250º | 0.71% | 0.75% | - |
| HSV(B) | 250º | 0.38% | 0.93% | - |
| XYZ | 40.62 | 34.66 | 84.67 | - |
| YUV | 161.75 | 170.47 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 237 | 0.32 | 0.38 | 0 | 0.07 | 250 | 0.71 | 0.75 |
| Hex | A2 | 93 | ED | 20 | 26 | 0 | 7 | FA | 47 | 4B |
| Octal | 242 | 223 | 355 | 40 | 46 | 0 | 7 | 372 | 107 | 113 |
| Binary | 10100010 | 10010011 | 11101101 | 100000 | 100110 | 0 | 111 | 11111010 | 1000111 | 1001011 |
Color Harmonies of #A293ED
Complementary color
Monochromatic Colors of #A293ED
Black with #A293ED
Text Example
Text Example
White with #A293ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A293ED; }
p { color: rgb(162,147,237); }
H1.HeaderClassName
{
color: #A293ED;
}
.AnyTagClassName
{
color: #A293ED;
}
</style>
background-color css
<style>
a { background-color: #A293ED; }
a { background-color: rgb(162,147,237); }
div.DivClassName
{
background-color: #A293ED;
}
.BgClassName
{
background-color: #A293ED;
}
</style>
border-color css
<style>
span { border-color: #A293ED; }
span { border-color: rgb(162,147,237); }
td.TdClassName
{
border-color: #A293ED;
}
.TagClassName
{
border-color: #A293ED;
}
</style>