Shades of Wistful #A499F8
Tints of Wistful #A499F8
RGB
CMYK
RGB Variations
Color information
#A499F8 (or 0xA499F8) is known color: Wistful. HEX triplet: A4, 99 and F8. RGB value is (164,153,248). Sum of RGB (Red+Green+Blue) = 164+153+248=565 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.03% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #A499F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A499F8 is #5B6607. Grayscale: #A6A6A6. Windows color (decimal): -5989896 or 16292260. OLE color: 16292260.
HSL color Cylindrical-coordinate representation of color #A499F8: hue angle of 246.95º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A499F8 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 153 | 248 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.03 |
| HSL | 246.95º | 0.87% | 0.79% | - |
| HSV(B) | 246.95º | 0.38% | 0.97% | - |
| XYZ | 43.64 | 37.45 | 93.74 | - |
| YUV | 167.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 248 | 0.34 | 0.38 | 0 | 0.03 | 246.95 | 0.87 | 0.79 |
| Hex | A4 | 99 | F8 | 22 | 26 | 0 | 3 | F7 | 57 | 4F |
| Octal | 244 | 231 | 370 | 42 | 46 | 0 | 3 | 367 | 127 | 117 |
| Binary | 10100100 | 10011001 | 11111000 | 100010 | 100110 | 0 | 11 | 11110111 | 1010111 | 1001111 |
Color Harmonies of #A499F8
Complementary color
Monochromatic Colors of #A499F8
Black with #A499F8
Text Example
Text Example
White with #A499F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A499F8; }
p { color: rgb(164,153,248); }
H1.HeaderClassName
{
color: #A499F8;
}
.AnyTagClassName
{
color: #A499F8;
}
</style>
background-color css
<style>
a { background-color: #A499F8; }
a { background-color: rgb(164,153,248); }
div.DivClassName
{
background-color: #A499F8;
}
.BgClassName
{
background-color: #A499F8;
}
</style>
border-color css
<style>
span { border-color: #A499F8; }
span { border-color: rgb(164,153,248); }
td.TdClassName
{
border-color: #A499F8;
}
.TagClassName
{
border-color: #A499F8;
}
</style>