Shades of Wistful #A398CE
Tints of Wistful #A398CE
RGB
CMYK
RGB Variations
Color information
#A398CE (or 0xA398CE) is known color: Wistful. HEX triplet: A3, 98 and CE. RGB value is (163,152,206). Sum of RGB (Red+Green+Blue) = 163+152+206=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #A398CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398CE is #5C6731. Grayscale: #A1A1A1. Windows color (decimal): -6055730 or 13539491. OLE color: 13539491.
HSL color Cylindrical-coordinate representation of color #A398CE: hue angle of 252.22º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A398CE is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 152 | 206 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.19 |
| HSL | 252.22º | 0.36% | 0.7% | - |
| HSV(B) | 252.22º | 0.26% | 0.81% | - |
| XYZ | 37.47 | 34.7 | 63.12 | - |
| YUV | 161.45 | 153.14 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 206 | 0.21 | 0.26 | 0 | 0.19 | 252.22 | 0.36 | 0.7 |
| Hex | A3 | 98 | CE | 15 | 1A | 0 | 13 | FC | 24 | 46 |
| Octal | 243 | 230 | 316 | 25 | 32 | 0 | 23 | 374 | 44 | 106 |
| Binary | 10100011 | 10011000 | 11001110 | 10101 | 11010 | 0 | 10011 | 11111100 | 100100 | 1000110 |
Color Harmonies of #A398CE
Complementary color
Monochromatic Colors of #A398CE
Black with #A398CE
Text Example
Text Example
White with #A398CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A398CE; }
p { color: rgb(163,152,206); }
H1.HeaderClassName
{
color: #A398CE;
}
.AnyTagClassName
{
color: #A398CE;
}
</style>
background-color css
<style>
a { background-color: #A398CE; }
a { background-color: rgb(163,152,206); }
div.DivClassName
{
background-color: #A398CE;
}
.BgClassName
{
background-color: #A398CE;
}
</style>
border-color css
<style>
span { border-color: #A398CE; }
span { border-color: rgb(163,152,206); }
td.TdClassName
{
border-color: #A398CE;
}
.TagClassName
{
border-color: #A398CE;
}
</style>