Shades of Wistful #A399CF
Tints of Wistful #A399CF
RGB
CMYK
RGB Variations
Color information
#A399CF (or 0xA399CF) is known color: Wistful. HEX triplet: A3, 99 and CF. RGB value is (163,153,207). Sum of RGB (Red+Green+Blue) = 163+153+207=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #A399CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399CF is #5C6630. Grayscale: #A1A1A1. Windows color (decimal): -6055473 or 13605283. OLE color: 13605283.
HSL color Cylindrical-coordinate representation of color #A399CF: hue angle of 251.11º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A399CF is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 153 | 207 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.19 |
| HSL | 251.11º | 0.36% | 0.71% | - |
| HSV(B) | 251.11º | 0.26% | 0.81% | - |
| XYZ | 37.76 | 35.07 | 63.81 | - |
| YUV | 162.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 207 | 0.21 | 0.26 | 0 | 0.19 | 251.11 | 0.36 | 0.71 |
| Hex | A3 | 99 | CF | 15 | 1A | 0 | 13 | FB | 24 | 47 |
| Octal | 243 | 231 | 317 | 25 | 32 | 0 | 23 | 373 | 44 | 107 |
| Binary | 10100011 | 10011001 | 11001111 | 10101 | 11010 | 0 | 10011 | 11111011 | 100100 | 1000111 |
Color Harmonies of #A399CF
Complementary color
Monochromatic Colors of #A399CF
Black with #A399CF
Text Example
Text Example
White with #A399CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A399CF; }
p { color: rgb(163,153,207); }
H1.HeaderClassName
{
color: #A399CF;
}
.AnyTagClassName
{
color: #A399CF;
}
</style>
background-color css
<style>
a { background-color: #A399CF; }
a { background-color: rgb(163,153,207); }
div.DivClassName
{
background-color: #A399CF;
}
.BgClassName
{
background-color: #A399CF;
}
</style>
border-color css
<style>
span { border-color: #A399CF; }
span { border-color: rgb(163,153,207); }
td.TdClassName
{
border-color: #A399CF;
}
.TagClassName
{
border-color: #A399CF;
}
</style>