Shades of Wistful #A192DF
Tints of Wistful #A192DF
RGB
CMYK
RGB Variations
Color information
#A192DF (or 0xA192DF) is known color: Wistful. HEX triplet: A1, 92 and DF. RGB value is (161,146,223). Sum of RGB (Red+Green+Blue) = 161+146+223=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #A192DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A192DF is #5E6D20. Grayscale: #9E9E9E. Windows color (decimal): -6188321 or 14652065. OLE color: 14652065.
HSL color Cylindrical-coordinate representation of color #A192DF: hue angle of 251.69º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A192DF is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 146 | 223 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.13 |
| HSL | 251.69º | 0.55% | 0.72% | - |
| HSV(B) | 251.69º | 0.35% | 0.87% | - |
| XYZ | 38.3 | 33.46 | 74.25 | - |
| YUV | 159.26 | 163.97 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 223 | 0.28 | 0.35 | 0 | 0.13 | 251.69 | 0.55 | 0.72 |
| Hex | A1 | 92 | DF | 1C | 23 | 0 | D | FC | 37 | 48 |
| Octal | 241 | 222 | 337 | 34 | 43 | 0 | 15 | 374 | 67 | 110 |
| Binary | 10100001 | 10010010 | 11011111 | 11100 | 100011 | 0 | 1101 | 11111100 | 110111 | 1001000 |
Color Harmonies of #A192DF
Complementary color
Monochromatic Colors of #A192DF
Black with #A192DF
Text Example
Text Example
White with #A192DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A192DF; }
p { color: rgb(161,146,223); }
H1.HeaderClassName
{
color: #A192DF;
}
.AnyTagClassName
{
color: #A192DF;
}
</style>
background-color css
<style>
a { background-color: #A192DF; }
a { background-color: rgb(161,146,223); }
div.DivClassName
{
background-color: #A192DF;
}
.BgClassName
{
background-color: #A192DF;
}
</style>
border-color css
<style>
span { border-color: #A192DF; }
span { border-color: rgb(161,146,223); }
td.TdClassName
{
border-color: #A192DF;
}
.TagClassName
{
border-color: #A192DF;
}
</style>