Shades of Wistful #A296D1
Tints of Wistful #A296D1
RGB
CMYK
RGB Variations
Color information
#A296D1 (or 0xA296D1) is known color: Wistful. HEX triplet: A2, 96 and D1. RGB value is (162,150,209). Sum of RGB (Red+Green+Blue) = 162+150+209=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #A296D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296D1 is #5D692E. Grayscale: #A0A0A0. Windows color (decimal): -6121775 or 13735586. OLE color: 13735586.
HSL color Cylindrical-coordinate representation of color #A296D1: hue angle of 252.2º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A296D1 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 150 | 209 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.18 |
| HSL | 252.2º | 0.39% | 0.7% | - |
| HSV(B) | 252.2º | 0.28% | 0.82% | - |
| XYZ | 37.32 | 34.1 | 64.94 | - |
| YUV | 160.31 | 155.48 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 209 | 0.22 | 0.28 | 0 | 0.18 | 252.2 | 0.39 | 0.7 |
| Hex | A2 | 96 | D1 | 16 | 1C | 0 | 12 | FC | 27 | 46 |
| Octal | 242 | 226 | 321 | 26 | 34 | 0 | 22 | 374 | 47 | 106 |
| Binary | 10100010 | 10010110 | 11010001 | 10110 | 11100 | 0 | 10010 | 11111100 | 100111 | 1000110 |
Color Harmonies of #A296D1
Complementary color
Monochromatic Colors of #A296D1
Black with #A296D1
Text Example
Text Example
White with #A296D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A296D1; }
p { color: rgb(162,150,209); }
H1.HeaderClassName
{
color: #A296D1;
}
.AnyTagClassName
{
color: #A296D1;
}
</style>
background-color css
<style>
a { background-color: #A296D1; }
a { background-color: rgb(162,150,209); }
div.DivClassName
{
background-color: #A296D1;
}
.BgClassName
{
background-color: #A296D1;
}
</style>
border-color css
<style>
span { border-color: #A296D1; }
span { border-color: rgb(162,150,209); }
td.TdClassName
{
border-color: #A296D1;
}
.TagClassName
{
border-color: #A296D1;
}
</style>