Shades of Wistful #A299C9
Tints of Wistful #A299C9
RGB
CMYK
RGB Variations
Color information
#A299C9 (or 0xA299C9) is known color: Wistful. HEX triplet: A2, 99 and C9. RGB value is (162,153,201). Sum of RGB (Red+Green+Blue) = 162+153+201=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 201 - color contains mainly: blue. Hex color #A299C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299C9 is #5D6636. Grayscale: #A0A0A0. Windows color (decimal): -6121015 or 13212066. OLE color: 13212066.
HSL color Cylindrical-coordinate representation of color #A299C9: hue angle of 251.25º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A299C9 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 153 | 201 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.21 |
| HSL | 251.25º | 0.31% | 0.69% | - |
| HSV(B) | 251.25º | 0.24% | 0.79% | - |
| XYZ | 36.83 | 34.68 | 60.01 | - |
| YUV | 161.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 201 | 0.19 | 0.24 | 0 | 0.21 | 251.25 | 0.31 | 0.69 |
| Hex | A2 | 99 | C9 | 13 | 18 | 0 | 15 | FB | 1F | 45 |
| Octal | 242 | 231 | 311 | 23 | 30 | 0 | 25 | 373 | 37 | 105 |
| Binary | 10100010 | 10011001 | 11001001 | 10011 | 11000 | 0 | 10101 | 11111011 | 11111 | 1000101 |
Color Harmonies of #A299C9
Complementary color
Monochromatic Colors of #A299C9
Black with #A299C9
Text Example
Text Example
White with #A299C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A299C9; }
p { color: rgb(162,153,201); }
H1.HeaderClassName
{
color: #A299C9;
}
.AnyTagClassName
{
color: #A299C9;
}
</style>
background-color css
<style>
a { background-color: #A299C9; }
a { background-color: rgb(162,153,201); }
div.DivClassName
{
background-color: #A299C9;
}
.BgClassName
{
background-color: #A299C9;
}
</style>
border-color css
<style>
span { border-color: #A299C9; }
span { border-color: rgb(162,153,201); }
td.TdClassName
{
border-color: #A299C9;
}
.TagClassName
{
border-color: #A299C9;
}
</style>