Shades of Wistful #A396E6
Tints of Wistful #A396E6
RGB
CMYK
RGB Variations
Color information
#A396E6 (or 0xA396E6) is known color: Wistful. HEX triplet: A3, 96 and E6. RGB value is (163,150,230). Sum of RGB (Red+Green+Blue) = 163+150+230=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #A396E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A396E6 is #5C6919. Grayscale: #A2A2A2. Windows color (decimal): -6056218 or 15111843. OLE color: 15111843.
HSL color Cylindrical-coordinate representation of color #A396E6: hue angle of 249.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A396E6 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 150 | 230 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.10 |
| HSL | 249.75º | 0.62% | 0.75% | - |
| HSV(B) | 249.75º | 0.35% | 0.9% | - |
| XYZ | 40.29 | 35.31 | 79.56 | - |
| YUV | 163.01 | 165.81 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 230 | 0.29 | 0.35 | 0 | 0.10 | 249.75 | 0.62 | 0.75 |
| Hex | A3 | 96 | E6 | 1D | 23 | 0 | A | FA | 3E | 4B |
| Octal | 243 | 226 | 346 | 35 | 43 | 0 | 12 | 372 | 76 | 113 |
| Binary | 10100011 | 10010110 | 11100110 | 11101 | 100011 | 0 | 1010 | 11111010 | 111110 | 1001011 |
Color Harmonies of #A396E6
Complementary color
Monochromatic Colors of #A396E6
Black with #A396E6
Text Example
Text Example
White with #A396E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A396E6; }
p { color: rgb(163,150,230); }
H1.HeaderClassName
{
color: #A396E6;
}
.AnyTagClassName
{
color: #A396E6;
}
</style>
background-color css
<style>
a { background-color: #A396E6; }
a { background-color: rgb(163,150,230); }
div.DivClassName
{
background-color: #A396E6;
}
.BgClassName
{
background-color: #A396E6;
}
</style>
border-color css
<style>
span { border-color: #A396E6; }
span { border-color: rgb(163,150,230); }
td.TdClassName
{
border-color: #A396E6;
}
.TagClassName
{
border-color: #A396E6;
}
</style>