Shades of Wistful #A499C3
Tints of Wistful #A499C3
RGB
CMYK
RGB Variations
Color information
#A499C3 (or 0xA499C3) is known color: Wistful. HEX triplet: A4, 99 and C3. RGB value is (164,153,195). Sum of RGB (Red+Green+Blue) = 164+153+195=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 195 - color contains mainly: blue. Hex color #A499C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499C3 is #5B663C. Grayscale: #A0A0A0. Windows color (decimal): -5989949 or 12818852. OLE color: 12818852.
HSL color Cylindrical-coordinate representation of color #A499C3: hue angle of 255.71º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A499C3 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 153 | 195 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.24 |
| HSL | 255.71º | 0.26% | 0.68% | - |
| HSV(B) | 255.71º | 0.22% | 0.76% | - |
| XYZ | 36.55 | 34.62 | 56.38 | - |
| YUV | 161.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 195 | 0.16 | 0.22 | 0 | 0.24 | 255.71 | 0.26 | 0.68 |
| Hex | A4 | 99 | C3 | 10 | 16 | 0 | 18 | 100 | 1A | 44 |
| Octal | 244 | 231 | 303 | 20 | 26 | 0 | 30 | 400 | 32 | 104 |
| Binary | 10100100 | 10011001 | 11000011 | 10000 | 10110 | 0 | 11000 | 100000000 | 11010 | 1000100 |
Color Harmonies of #A499C3
Complementary color
Monochromatic Colors of #A499C3
Black with #A499C3
Text Example
Text Example
White with #A499C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A499C3; }
p { color: rgb(164,153,195); }
H1.HeaderClassName
{
color: #A499C3;
}
.AnyTagClassName
{
color: #A499C3;
}
</style>
background-color css
<style>
a { background-color: #A499C3; }
a { background-color: rgb(164,153,195); }
div.DivClassName
{
background-color: #A499C3;
}
.BgClassName
{
background-color: #A499C3;
}
</style>
border-color css
<style>
span { border-color: #A499C3; }
span { border-color: rgb(164,153,195); }
td.TdClassName
{
border-color: #A499C3;
}
.TagClassName
{
border-color: #A499C3;
}
</style>