Shades of Wistful #A198ED
Tints of Wistful #A198ED
RGB
CMYK
RGB Variations
Color information
#A198ED (or 0xA198ED) is known color: Wistful. HEX triplet: A1, 98 and ED. RGB value is (161,152,237). Sum of RGB (Red+Green+Blue) = 161+152+237=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #A198ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A198ED is #5E6712. Grayscale: #A4A4A4. Windows color (decimal): -6186771 or 15571105. OLE color: 15571105.
HSL color Cylindrical-coordinate representation of color #A198ED: hue angle of 246.35º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A198ED is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 152 | 237 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.07 |
| HSL | 246.35º | 0.7% | 0.76% | - |
| HSV(B) | 246.35º | 0.36% | 0.93% | - |
| XYZ | 41.21 | 36.15 | 84.93 | - |
| YUV | 164.38 | 168.98 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 237 | 0.32 | 0.36 | 0 | 0.07 | 246.35 | 0.7 | 0.76 |
| Hex | A1 | 98 | ED | 20 | 24 | 0 | 7 | F6 | 46 | 4C |
| Octal | 241 | 230 | 355 | 40 | 44 | 0 | 7 | 366 | 106 | 114 |
| Binary | 10100001 | 10011000 | 11101101 | 100000 | 100100 | 0 | 111 | 11110110 | 1000110 | 1001100 |
Color Harmonies of #A198ED
Complementary color
Monochromatic Colors of #A198ED
Black with #A198ED
Text Example
Text Example
White with #A198ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198ED; }
p { color: rgb(161,152,237); }
H1.HeaderClassName
{
color: #A198ED;
}
.AnyTagClassName
{
color: #A198ED;
}
</style>
background-color css
<style>
a { background-color: #A198ED; }
a { background-color: rgb(161,152,237); }
div.DivClassName
{
background-color: #A198ED;
}
.BgClassName
{
background-color: #A198ED;
}
</style>
border-color css
<style>
span { border-color: #A198ED; }
span { border-color: rgb(161,152,237); }
td.TdClassName
{
border-color: #A198ED;
}
.TagClassName
{
border-color: #A198ED;
}
</style>