Shades of Wistful #A398C4
Tints of Wistful #A398C4
RGB
CMYK
RGB Variations
Color information
#A398C4 (or 0xA398C4) is known color: Wistful. HEX triplet: A3, 98 and C4. RGB value is (163,152,196). Sum of RGB (Red+Green+Blue) = 163+152+196=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 196 - color contains mainly: blue. Hex color #A398C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398C4 is #5C673B. Grayscale: #A0A0A0. Windows color (decimal): -6055740 or 12884131. OLE color: 12884131.
HSL color Cylindrical-coordinate representation of color #A398C4: hue angle of 255º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A398C4 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 152 | 196 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.23 |
| HSL | 255º | 0.27% | 0.68% | - |
| HSV(B) | 255º | 0.22% | 0.77% | - |
| XYZ | 36.3 | 34.23 | 56.92 | - |
| YUV | 160.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 196 | 0.17 | 0.22 | 0 | 0.23 | 255 | 0.27 | 0.68 |
| Hex | A3 | 98 | C4 | 11 | 16 | 0 | 17 | FF | 1B | 44 |
| Octal | 243 | 230 | 304 | 21 | 26 | 0 | 27 | 377 | 33 | 104 |
| Binary | 10100011 | 10011000 | 11000100 | 10001 | 10110 | 0 | 10111 | 11111111 | 11011 | 1000100 |
Color Harmonies of #A398C4
Complementary color
Monochromatic Colors of #A398C4
Black with #A398C4
Text Example
Text Example
White with #A398C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A398C4; }
p { color: rgb(163,152,196); }
H1.HeaderClassName
{
color: #A398C4;
}
.AnyTagClassName
{
color: #A398C4;
}
</style>
background-color css
<style>
a { background-color: #A398C4; }
a { background-color: rgb(163,152,196); }
div.DivClassName
{
background-color: #A398C4;
}
.BgClassName
{
background-color: #A398C4;
}
</style>
border-color css
<style>
span { border-color: #A398C4; }
span { border-color: rgb(163,152,196); }
td.TdClassName
{
border-color: #A398C4;
}
.TagClassName
{
border-color: #A398C4;
}
</style>