Shades of Wistful #A293EA
Tints of Wistful #A293EA
RGB
CMYK
RGB Variations
Color information
#A293EA (or 0xA293EA) is known color: Wistful. HEX triplet: A2, 93 and EA. RGB value is (162,147,234). Sum of RGB (Red+Green+Blue) = 162+147+234=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #A293EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A293EA is #5D6C15. Grayscale: #A1A1A1. Windows color (decimal): -6122518 or 15373218. OLE color: 15373218.
HSL color Cylindrical-coordinate representation of color #A293EA: hue angle of 250.34º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A293EA is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 147 | 234 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.08 |
| HSL | 250.34º | 0.67% | 0.75% | - |
| HSV(B) | 250.34º | 0.37% | 0.92% | - |
| XYZ | 40.19 | 34.49 | 82.38 | - |
| YUV | 161.4 | 168.97 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 234 | 0.31 | 0.37 | 0 | 0.08 | 250.34 | 0.67 | 0.75 |
| Hex | A2 | 93 | EA | 1F | 25 | 0 | 8 | FA | 43 | 4B |
| Octal | 242 | 223 | 352 | 37 | 45 | 0 | 10 | 372 | 103 | 113 |
| Binary | 10100010 | 10010011 | 11101010 | 11111 | 100101 | 0 | 1000 | 11111010 | 1000011 | 1001011 |
Color Harmonies of #A293EA
Complementary color
Monochromatic Colors of #A293EA
Black with #A293EA
Text Example
Text Example
White with #A293EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A293EA; }
p { color: rgb(162,147,234); }
H1.HeaderClassName
{
color: #A293EA;
}
.AnyTagClassName
{
color: #A293EA;
}
</style>
background-color css
<style>
a { background-color: #A293EA; }
a { background-color: rgb(162,147,234); }
div.DivClassName
{
background-color: #A293EA;
}
.BgClassName
{
background-color: #A293EA;
}
</style>
border-color css
<style>
span { border-color: #A293EA; }
span { border-color: rgb(162,147,234); }
td.TdClassName
{
border-color: #A293EA;
}
.TagClassName
{
border-color: #A293EA;
}
</style>