Shades of Wistful #A192D5
Tints of Wistful #A192D5
RGB
CMYK
RGB Variations
Color information
#A192D5 (or 0xA192D5) is known color: Wistful. HEX triplet: A1, 92 and D5. RGB value is (161,146,213). Sum of RGB (Red+Green+Blue) = 161+146+213=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #A192D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A192D5 is #5E6D2A. Grayscale: #9D9D9D. Windows color (decimal): -6188331 or 13996705. OLE color: 13996705.
HSL color Cylindrical-coordinate representation of color #A192D5: hue angle of 253.43º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A192D5 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 146 | 213 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.16 |
| HSL | 253.43º | 0.44% | 0.7% | - |
| HSV(B) | 253.43º | 0.31% | 0.84% | - |
| XYZ | 36.99 | 32.94 | 67.36 | - |
| YUV | 158.12 | 158.97 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 213 | 0.24 | 0.31 | 0 | 0.16 | 253.43 | 0.44 | 0.7 |
| Hex | A1 | 92 | D5 | 18 | 1F | 0 | 10 | FD | 2C | 46 |
| Octal | 241 | 222 | 325 | 30 | 37 | 0 | 20 | 375 | 54 | 106 |
| Binary | 10100001 | 10010010 | 11010101 | 11000 | 11111 | 0 | 10000 | 11111101 | 101100 | 1000110 |
Color Harmonies of #A192D5
Complementary color
Monochromatic Colors of #A192D5
Black with #A192D5
Text Example
Text Example
White with #A192D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A192D5; }
p { color: rgb(161,146,213); }
H1.HeaderClassName
{
color: #A192D5;
}
.AnyTagClassName
{
color: #A192D5;
}
</style>
background-color css
<style>
a { background-color: #A192D5; }
a { background-color: rgb(161,146,213); }
div.DivClassName
{
background-color: #A192D5;
}
.BgClassName
{
background-color: #A192D5;
}
</style>
border-color css
<style>
span { border-color: #A192D5; }
span { border-color: rgb(161,146,213); }
td.TdClassName
{
border-color: #A192D5;
}
.TagClassName
{
border-color: #A192D5;
}
</style>