Shades of Wistful #A192D8
Tints of Wistful #A192D8
RGB
CMYK
RGB Variations
Color information
#A192D8 (or 0xA192D8) is known color: Wistful. HEX triplet: A1, 92 and D8. RGB value is (161,146,216). Sum of RGB (Red+Green+Blue) = 161+146+216=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #A192D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A192D8 is #5E6D27. Grayscale: #9E9E9E. Windows color (decimal): -6188328 or 14193313. OLE color: 14193313.
HSL color Cylindrical-coordinate representation of color #A192D8: hue angle of 252.86º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A192D8 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 146 | 216 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.15 |
| HSL | 252.86º | 0.47% | 0.71% | - |
| HSV(B) | 252.86º | 0.32% | 0.85% | - |
| XYZ | 37.37 | 33.09 | 69.38 | - |
| YUV | 158.47 | 160.47 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 216 | 0.25 | 0.32 | 0 | 0.15 | 252.86 | 0.47 | 0.71 |
| Hex | A1 | 92 | D8 | 19 | 20 | 0 | F | FD | 2F | 47 |
| Octal | 241 | 222 | 330 | 31 | 40 | 0 | 17 | 375 | 57 | 107 |
| Binary | 10100001 | 10010010 | 11011000 | 11001 | 100000 | 0 | 1111 | 11111101 | 101111 | 1000111 |
Color Harmonies of #A192D8
Complementary color
Monochromatic Colors of #A192D8
Black with #A192D8
Text Example
Text Example
White with #A192D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A192D8; }
p { color: rgb(161,146,216); }
H1.HeaderClassName
{
color: #A192D8;
}
.AnyTagClassName
{
color: #A192D8;
}
</style>
background-color css
<style>
a { background-color: #A192D8; }
a { background-color: rgb(161,146,216); }
div.DivClassName
{
background-color: #A192D8;
}
.BgClassName
{
background-color: #A192D8;
}
</style>
border-color css
<style>
span { border-color: #A192D8; }
span { border-color: rgb(161,146,216); }
td.TdClassName
{
border-color: #A192D8;
}
.TagClassName
{
border-color: #A192D8;
}
</style>