Shades of Wistful #A499EF
Tints of Wistful #A499EF
RGB
CMYK
RGB Variations
Color information
#A499EF (or 0xA499EF) is known color: Wistful. HEX triplet: A4, 99 and EF. RGB value is (164,153,239). Sum of RGB (Red+Green+Blue) = 164+153+239=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #A499EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A499EF is #5B6610. Grayscale: #A5A5A5. Windows color (decimal): -5989905 or 15702436. OLE color: 15702436.
HSL color Cylindrical-coordinate representation of color #A499EF: hue angle of 247.67º 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 #A499EF is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 153 | 239 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.06 |
| HSL | 247.67º | 0.73% | 0.77% | - |
| HSV(B) | 247.67º | 0.36% | 0.94% | - |
| XYZ | 42.28 | 36.91 | 86.56 | - |
| YUV | 166.09 | 169.14 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 239 | 0.31 | 0.36 | 0 | 0.06 | 247.67 | 0.73 | 0.77 |
| Hex | A4 | 99 | EF | 1F | 24 | 0 | 6 | F8 | 49 | 4D |
| Octal | 244 | 231 | 357 | 37 | 44 | 0 | 6 | 370 | 111 | 115 |
| Binary | 10100100 | 10011001 | 11101111 | 11111 | 100100 | 0 | 110 | 11111000 | 1001001 | 1001101 |
Color Harmonies of #A499EF
Complementary color
Monochromatic Colors of #A499EF
Black with #A499EF
Text Example
Text Example
White with #A499EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A499EF; }
p { color: rgb(164,153,239); }
H1.HeaderClassName
{
color: #A499EF;
}
.AnyTagClassName
{
color: #A499EF;
}
</style>
background-color css
<style>
a { background-color: #A499EF; }
a { background-color: rgb(164,153,239); }
div.DivClassName
{
background-color: #A499EF;
}
.BgClassName
{
background-color: #A499EF;
}
</style>
border-color css
<style>
span { border-color: #A499EF; }
span { border-color: rgb(164,153,239); }
td.TdClassName
{
border-color: #A499EF;
}
.TagClassName
{
border-color: #A499EF;
}
</style>