Shades of Wistful #A299C0
Tints of Wistful #A299C0
RGB
CMYK
RGB Variations
Color information
#A299C0 (or 0xA299C0) is known color: Wistful. HEX triplet: A2, 99 and C0. RGB value is (162,153,192). Sum of RGB (Red+Green+Blue) = 162+153+192=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 192 - color contains mainly: blue. Hex color #A299C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299C0 is #5D663F. Grayscale: #9F9F9F. Windows color (decimal): -6121024 or 12622242. OLE color: 12622242.
HSL color Cylindrical-coordinate representation of color #A299C0: hue angle of 253.85º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A299C0 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 153 | 192 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.25 |
| HSL | 253.85º | 0.24% | 0.68% | - |
| HSV(B) | 253.85º | 0.2% | 0.75% | - |
| XYZ | 35.81 | 34.27 | 54.6 | - |
| YUV | 160.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 192 | 0.16 | 0.20 | 0 | 0.25 | 253.85 | 0.24 | 0.68 |
| Hex | A2 | 99 | C0 | 10 | 14 | 0 | 19 | FE | 18 | 44 |
| Octal | 242 | 231 | 300 | 20 | 24 | 0 | 31 | 376 | 30 | 104 |
| Binary | 10100010 | 10011001 | 11000000 | 10000 | 10100 | 0 | 11001 | 11111110 | 11000 | 1000100 |
Color Harmonies of #A299C0
Complementary color
Monochromatic Colors of #A299C0
Black with #A299C0
Text Example
Text Example
White with #A299C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A299C0; }
p { color: rgb(162,153,192); }
H1.HeaderClassName
{
color: #A299C0;
}
.AnyTagClassName
{
color: #A299C0;
}
</style>
background-color css
<style>
a { background-color: #A299C0; }
a { background-color: rgb(162,153,192); }
div.DivClassName
{
background-color: #A299C0;
}
.BgClassName
{
background-color: #A299C0;
}
</style>
border-color css
<style>
span { border-color: #A299C0; }
span { border-color: rgb(162,153,192); }
td.TdClassName
{
border-color: #A299C0;
}
.TagClassName
{
border-color: #A299C0;
}
</style>