Shades of Wistful #A192EA
Tints of Wistful #A192EA
RGB
CMYK
RGB Variations
Color information
#A192EA (or 0xA192EA) is known color: Wistful. HEX triplet: A1, 92 and EA. RGB value is (161,146,234). Sum of RGB (Red+Green+Blue) = 161+146+234=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #A192EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A192EA is #5E6D15. Grayscale: #A0A0A0. Windows color (decimal): -6188310 or 15372961. OLE color: 15372961.
HSL color Cylindrical-coordinate representation of color #A192EA: hue angle of 250.23º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A192EA is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 146 | 234 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.08 |
| HSL | 250.23º | 0.68% | 0.75% | - |
| HSV(B) | 250.23º | 0.38% | 0.92% | - |
| XYZ | 39.83 | 34.08 | 82.32 | - |
| YUV | 160.52 | 169.47 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 234 | 0.31 | 0.38 | 0 | 0.08 | 250.23 | 0.68 | 0.75 |
| Hex | A1 | 92 | EA | 1F | 26 | 0 | 8 | FA | 44 | 4B |
| Octal | 241 | 222 | 352 | 37 | 46 | 0 | 10 | 372 | 104 | 113 |
| Binary | 10100001 | 10010010 | 11101010 | 11111 | 100110 | 0 | 1000 | 11111010 | 1000100 | 1001011 |
Color Harmonies of #A192EA
Complementary color
Monochromatic Colors of #A192EA
Black with #A192EA
Text Example
Text Example
White with #A192EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A192EA; }
p { color: rgb(161,146,234); }
H1.HeaderClassName
{
color: #A192EA;
}
.AnyTagClassName
{
color: #A192EA;
}
</style>
background-color css
<style>
a { background-color: #A192EA; }
a { background-color: rgb(161,146,234); }
div.DivClassName
{
background-color: #A192EA;
}
.BgClassName
{
background-color: #A192EA;
}
</style>
border-color css
<style>
span { border-color: #A192EA; }
span { border-color: rgb(161,146,234); }
td.TdClassName
{
border-color: #A192EA;
}
.TagClassName
{
border-color: #A192EA;
}
</style>