Shades of Wistful #A293E8
Tints of Wistful #A293E8
RGB
CMYK
RGB Variations
Color information
#A293E8 (or 0xA293E8) is known color: Wistful. HEX triplet: A2, 93 and E8. RGB value is (162,147,232). Sum of RGB (Red+Green+Blue) = 162+147+232=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 232 (91.02% from 255 or 42.88% from 541); Max value from RGB is 232 - color contains mainly: blue. Hex color #A293E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A293E8 is #5D6C17. Grayscale: #A0A0A0. Windows color (decimal): -6122520 or 15242146. OLE color: 15242146.
HSL color Cylindrical-coordinate representation of color #A293E8: hue angle of 250.59º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A293E8 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 147 | 232 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.09 |
| HSL | 250.59º | 0.65% | 0.74% | - |
| HSV(B) | 250.59º | 0.37% | 0.91% | - |
| XYZ | 39.9 | 34.38 | 80.88 | - |
| YUV | 161.18 | 167.97 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 232 | 0.30 | 0.37 | 0 | 0.09 | 250.59 | 0.65 | 0.74 |
| Hex | A2 | 93 | E8 | 1E | 25 | 0 | 9 | FB | 41 | 4A |
| Octal | 242 | 223 | 350 | 36 | 45 | 0 | 11 | 373 | 101 | 112 |
| Binary | 10100010 | 10010011 | 11101000 | 11110 | 100101 | 0 | 1001 | 11111011 | 1000001 | 1001010 |
Color Harmonies of #A293E8
Complementary color
Monochromatic Colors of #A293E8
Black with #A293E8
Text Example
Text Example
White with #A293E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A293E8; }
p { color: rgb(162,147,232); }
H1.HeaderClassName
{
color: #A293E8;
}
.AnyTagClassName
{
color: #A293E8;
}
</style>
background-color css
<style>
a { background-color: #A293E8; }
a { background-color: rgb(162,147,232); }
div.DivClassName
{
background-color: #A293E8;
}
.BgClassName
{
background-color: #A293E8;
}
</style>
border-color css
<style>
span { border-color: #A293E8; }
span { border-color: rgb(162,147,232); }
td.TdClassName
{
border-color: #A293E8;
}
.TagClassName
{
border-color: #A293E8;
}
</style>