Shades of Wistful #A296CA
Tints of Wistful #A296CA
RGB
CMYK
RGB Variations
Color information
#A296CA (or 0xA296CA) is known color: Wistful. HEX triplet: A2, 96 and CA. RGB value is (162,150,202). Sum of RGB (Red+Green+Blue) = 162+150+202=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #A296CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296CA is #5D6935. Grayscale: #9F9F9F. Windows color (decimal): -6121782 or 13276834. OLE color: 13276834.
HSL color Cylindrical-coordinate representation of color #A296CA: hue angle of 253.85º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A296CA is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 150 | 202 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.21 |
| HSL | 253.85º | 0.33% | 0.69% | - |
| HSV(B) | 253.85º | 0.26% | 0.79% | - |
| XYZ | 36.47 | 33.76 | 60.47 | - |
| YUV | 159.52 | 151.98 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 202 | 0.20 | 0.26 | 0 | 0.21 | 253.85 | 0.33 | 0.69 |
| Hex | A2 | 96 | CA | 14 | 1A | 0 | 15 | FE | 21 | 45 |
| Octal | 242 | 226 | 312 | 24 | 32 | 0 | 25 | 376 | 41 | 105 |
| Binary | 10100010 | 10010110 | 11001010 | 10100 | 11010 | 0 | 10101 | 11111110 | 100001 | 1000101 |
Color Harmonies of #A296CA
Complementary color
Monochromatic Colors of #A296CA
Black with #A296CA
Text Example
Text Example
White with #A296CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A296CA; }
p { color: rgb(162,150,202); }
H1.HeaderClassName
{
color: #A296CA;
}
.AnyTagClassName
{
color: #A296CA;
}
</style>
background-color css
<style>
a { background-color: #A296CA; }
a { background-color: rgb(162,150,202); }
div.DivClassName
{
background-color: #A296CA;
}
.BgClassName
{
background-color: #A296CA;
}
</style>
border-color css
<style>
span { border-color: #A296CA; }
span { border-color: rgb(162,150,202); }
td.TdClassName
{
border-color: #A296CA;
}
.TagClassName
{
border-color: #A296CA;
}
</style>