Shades of Wistful #A296CC
Tints of Wistful #A296CC
RGB
CMYK
RGB Variations
Color information
#A296CC (or 0xA296CC) is known color: Wistful. HEX triplet: A2, 96 and CC. RGB value is (162,150,204). Sum of RGB (Red+Green+Blue) = 162+150+204=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #A296CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296CC is #5D6933. Grayscale: #9F9F9F. Windows color (decimal): -6121780 or 13407906. OLE color: 13407906.
HSL color Cylindrical-coordinate representation of color #A296CC: hue angle of 253.33º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A296CC is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 150 | 204 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.2 |
| HSL | 253.33º | 0.35% | 0.69% | - |
| HSV(B) | 253.33º | 0.26% | 0.8% | - |
| XYZ | 36.71 | 33.85 | 61.73 | - |
| YUV | 159.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 204 | 0.21 | 0.26 | 0 | 0.2 | 253.33 | 0.35 | 0.69 |
| Hex | A2 | 96 | CC | 15 | 1A | 0 | 14 | FD | 23 | 45 |
| Octal | 242 | 226 | 314 | 25 | 32 | 0 | 24 | 375 | 43 | 105 |
| Binary | 10100010 | 10010110 | 11001100 | 10101 | 11010 | 0 | 10100 | 11111101 | 100011 | 1000101 |
Color Harmonies of #A296CC
Complementary color
Monochromatic Colors of #A296CC
Black with #A296CC
Text Example
Text Example
White with #A296CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A296CC; }
p { color: rgb(162,150,204); }
H1.HeaderClassName
{
color: #A296CC;
}
.AnyTagClassName
{
color: #A296CC;
}
</style>
background-color css
<style>
a { background-color: #A296CC; }
a { background-color: rgb(162,150,204); }
div.DivClassName
{
background-color: #A296CC;
}
.BgClassName
{
background-color: #A296CC;
}
</style>
border-color css
<style>
span { border-color: #A296CC; }
span { border-color: rgb(162,150,204); }
td.TdClassName
{
border-color: #A296CC;
}
.TagClassName
{
border-color: #A296CC;
}
</style>