Shades of Wistful #A399EF
Tints of Wistful #A399EF
RGB
CMYK
RGB Variations
Color information
#A399EF (or 0xA399EF) is known color: Wistful. HEX triplet: A3, 99 and EF. RGB value is (163,153,239). Sum of RGB (Red+Green+Blue) = 163+153+239=555 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.37% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #A399EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A399EF is #5C6610. Grayscale: #A5A5A5. Windows color (decimal): -6055441 or 15702435. OLE color: 15702435.
HSL color Cylindrical-coordinate representation of color #A399EF: hue angle of 246.98º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A399EF is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 153 | 239 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.06 |
| HSL | 246.98º | 0.73% | 0.77% | - |
| HSV(B) | 246.98º | 0.36% | 0.94% | - |
| XYZ | 42.08 | 36.8 | 86.55 | - |
| YUV | 165.79 | 169.31 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 239 | 0.32 | 0.36 | 0 | 0.06 | 246.98 | 0.73 | 0.77 |
| Hex | A3 | 99 | EF | 20 | 24 | 0 | 6 | F7 | 49 | 4D |
| Octal | 243 | 231 | 357 | 40 | 44 | 0 | 6 | 367 | 111 | 115 |
| Binary | 10100011 | 10011001 | 11101111 | 100000 | 100100 | 0 | 110 | 11110111 | 1001001 | 1001101 |
Color Harmonies of #A399EF
Complementary color
Monochromatic Colors of #A399EF
Black with #A399EF
Text Example
Text Example
White with #A399EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A399EF; }
p { color: rgb(163,153,239); }
H1.HeaderClassName
{
color: #A399EF;
}
.AnyTagClassName
{
color: #A399EF;
}
</style>
background-color css
<style>
a { background-color: #A399EF; }
a { background-color: rgb(163,153,239); }
div.DivClassName
{
background-color: #A399EF;
}
.BgClassName
{
background-color: #A399EF;
}
</style>
border-color css
<style>
span { border-color: #A399EF; }
span { border-color: rgb(163,153,239); }
td.TdClassName
{
border-color: #A399EF;
}
.TagClassName
{
border-color: #A399EF;
}
</style>