Shades of Wistful #A192E5
Tints of Wistful #A192E5
RGB
CMYK
RGB Variations
Color information
#A192E5 (or 0xA192E5) is known color: Wistful. HEX triplet: A1, 92 and E5. RGB value is (161,146,229). Sum of RGB (Red+Green+Blue) = 161+146+229=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 229 - color contains mainly: blue. Hex color #A192E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A192E5 is #5E6D1A. Grayscale: #9F9F9F. Windows color (decimal): -6188315 or 15045281. OLE color: 15045281.
HSL color Cylindrical-coordinate representation of color #A192E5: hue angle of 250.84º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A192E5 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 146 | 229 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.10 |
| HSL | 250.84º | 0.61% | 0.74% | - |
| HSV(B) | 250.84º | 0.36% | 0.9% | - |
| XYZ | 39.12 | 33.79 | 78.59 | - |
| YUV | 159.95 | 166.97 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 229 | 0.30 | 0.36 | 0 | 0.10 | 250.84 | 0.61 | 0.74 |
| Hex | A1 | 92 | E5 | 1E | 24 | 0 | A | FB | 3D | 4A |
| Octal | 241 | 222 | 345 | 36 | 44 | 0 | 12 | 373 | 75 | 112 |
| Binary | 10100001 | 10010010 | 11100101 | 11110 | 100100 | 0 | 1010 | 11111011 | 111101 | 1001010 |
Color Harmonies of #A192E5
Complementary color
Monochromatic Colors of #A192E5
Black with #A192E5
Text Example
Text Example
White with #A192E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A192E5; }
p { color: rgb(161,146,229); }
H1.HeaderClassName
{
color: #A192E5;
}
.AnyTagClassName
{
color: #A192E5;
}
</style>
background-color css
<style>
a { background-color: #A192E5; }
a { background-color: rgb(161,146,229); }
div.DivClassName
{
background-color: #A192E5;
}
.BgClassName
{
background-color: #A192E5;
}
</style>
border-color css
<style>
span { border-color: #A192E5; }
span { border-color: rgb(161,146,229); }
td.TdClassName
{
border-color: #A192E5;
}
.TagClassName
{
border-color: #A192E5;
}
</style>