Shades of Wistful #A499D4
Tints of Wistful #A499D4
RGB
CMYK
RGB Variations
Color information
#A499D4 (or 0xA499D4) is known color: Wistful. HEX triplet: A4, 99 and D4. RGB value is (164,153,212). Sum of RGB (Red+Green+Blue) = 164+153+212=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 212 - color contains mainly: blue. Hex color #A499D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499D4 is #5B662B. Grayscale: #A2A2A2. Windows color (decimal): -5989932 or 13932964. OLE color: 13932964.
HSL color Cylindrical-coordinate representation of color #A499D4: hue angle of 251.19º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A499D4 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 153 | 212 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.17 |
| HSL | 251.19º | 0.41% | 0.72% | - |
| HSV(B) | 251.19º | 0.28% | 0.83% | - |
| XYZ | 38.58 | 35.43 | 67.09 | - |
| YUV | 163.02 | 155.64 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 212 | 0.23 | 0.28 | 0 | 0.17 | 251.19 | 0.41 | 0.72 |
| Hex | A4 | 99 | D4 | 17 | 1C | 0 | 11 | FB | 29 | 48 |
| Octal | 244 | 231 | 324 | 27 | 34 | 0 | 21 | 373 | 51 | 110 |
| Binary | 10100100 | 10011001 | 11010100 | 10111 | 11100 | 0 | 10001 | 11111011 | 101001 | 1001000 |
Color Harmonies of #A499D4
Complementary color
Monochromatic Colors of #A499D4
Black with #A499D4
Text Example
Text Example
White with #A499D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A499D4; }
p { color: rgb(164,153,212); }
H1.HeaderClassName
{
color: #A499D4;
}
.AnyTagClassName
{
color: #A499D4;
}
</style>
background-color css
<style>
a { background-color: #A499D4; }
a { background-color: rgb(164,153,212); }
div.DivClassName
{
background-color: #A499D4;
}
.BgClassName
{
background-color: #A499D4;
}
</style>
border-color css
<style>
span { border-color: #A499D4; }
span { border-color: rgb(164,153,212); }
td.TdClassName
{
border-color: #A499D4;
}
.TagClassName
{
border-color: #A499D4;
}
</style>