Shades of Wistful #A396CA
Tints of Wistful #A396CA
RGB
CMYK
RGB Variations
Color information
#A396CA (or 0xA396CA) is known color: Wistful. HEX triplet: A3, 96 and CA. RGB value is (163,150,202). Sum of RGB (Red+Green+Blue) = 163+150+202=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #A396CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396CA is #5C6935. Grayscale: #9F9F9F. Windows color (decimal): -6056246 or 13276835. OLE color: 13276835.
HSL color Cylindrical-coordinate representation of color #A396CA: hue angle of 255º 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 #A396CA is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 150 | 202 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.21 |
| HSL | 255º | 0.33% | 0.69% | - |
| HSV(B) | 255º | 0.26% | 0.79% | - |
| XYZ | 36.67 | 33.86 | 60.48 | - |
| YUV | 159.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 202 | 0.19 | 0.26 | 0 | 0.21 | 255 | 0.33 | 0.69 |
| Hex | A3 | 96 | CA | 13 | 1A | 0 | 15 | FF | 21 | 45 |
| Octal | 243 | 226 | 312 | 23 | 32 | 0 | 25 | 377 | 41 | 105 |
| Binary | 10100011 | 10010110 | 11001010 | 10011 | 11010 | 0 | 10101 | 11111111 | 100001 | 1000101 |
Color Harmonies of #A396CA
Complementary color
Monochromatic Colors of #A396CA
Black with #A396CA
Text Example
Text Example
White with #A396CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A396CA; }
p { color: rgb(163,150,202); }
H1.HeaderClassName
{
color: #A396CA;
}
.AnyTagClassName
{
color: #A396CA;
}
</style>
background-color css
<style>
a { background-color: #A396CA; }
a { background-color: rgb(163,150,202); }
div.DivClassName
{
background-color: #A396CA;
}
.BgClassName
{
background-color: #A396CA;
}
</style>
border-color css
<style>
span { border-color: #A396CA; }
span { border-color: rgb(163,150,202); }
td.TdClassName
{
border-color: #A396CA;
}
.TagClassName
{
border-color: #A396CA;
}
</style>