Shades of Wistful #A296FA
Tints of Wistful #A296FA
RGB
CMYK
RGB Variations
Color information
#A296FA (or 0xA296FA) is known color: Wistful. HEX triplet: A2, 96 and FA. RGB value is (162,150,250). Sum of RGB (Red+Green+Blue) = 162+150+250=562 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.83% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #A296FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A296FA is #5D6905. Grayscale: #A4A4A4. Windows color (decimal): -6121734 or 16422562. OLE color: 16422562.
HSL color Cylindrical-coordinate representation of color #A296FA: hue angle of 247.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A296FA is Cyan = 0.35, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 150 | 250 | - |
| CMYK | 0.35 | 0.4 | 0 | 0.02 |
| HSL | 247.2º | 0.91% | 0.78% | - |
| HSV(B) | 247.2º | 0.4% | 0.98% | - |
| XYZ | 43.06 | 36.4 | 95.2 | - |
| YUV | 164.99 | 175.98 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 250 | 0.35 | 0.4 | 0 | 0.02 | 247.2 | 0.91 | 0.78 |
| Hex | A2 | 96 | FA | 23 | 28 | 0 | 2 | F7 | 5B | 4E |
| Octal | 242 | 226 | 372 | 43 | 50 | 0 | 2 | 367 | 133 | 116 |
| Binary | 10100010 | 10010110 | 11111010 | 100011 | 101000 | 0 | 10 | 11110111 | 1011011 | 1001110 |
Color Harmonies of #A296FA
Complementary color
Monochromatic Colors of #A296FA
Black with #A296FA
Text Example
Text Example
White with #A296FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A296FA; }
p { color: rgb(162,150,250); }
H1.HeaderClassName
{
color: #A296FA;
}
.AnyTagClassName
{
color: #A296FA;
}
</style>
background-color css
<style>
a { background-color: #A296FA; }
a { background-color: rgb(162,150,250); }
div.DivClassName
{
background-color: #A296FA;
}
.BgClassName
{
background-color: #A296FA;
}
</style>
border-color css
<style>
span { border-color: #A296FA; }
span { border-color: rgb(162,150,250); }
td.TdClassName
{
border-color: #A296FA;
}
.TagClassName
{
border-color: #A296FA;
}
</style>