Shades of Wistful #A396CB
Tints of Wistful #A396CB
RGB
CMYK
RGB Variations
Color information
#A396CB (or 0xA396CB) is known color: Wistful. HEX triplet: A3, 96 and CB. RGB value is (163,150,203). Sum of RGB (Red+Green+Blue) = 163+150+203=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #A396CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396CB is #5C6934. Grayscale: #9F9F9F. Windows color (decimal): -6056245 or 13342371. OLE color: 13342371.
HSL color Cylindrical-coordinate representation of color #A396CB: hue angle of 254.72º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A396CB is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 150 | 203 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.20 |
| HSL | 254.72º | 0.34% | 0.69% | - |
| HSV(B) | 254.72º | 0.26% | 0.8% | - |
| XYZ | 36.79 | 33.91 | 61.11 | - |
| YUV | 159.93 | 152.31 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 203 | 0.20 | 0.26 | 0 | 0.20 | 254.72 | 0.34 | 0.69 |
| Hex | A3 | 96 | CB | 14 | 1A | 0 | 14 | FF | 22 | 45 |
| Octal | 243 | 226 | 313 | 24 | 32 | 0 | 24 | 377 | 42 | 105 |
| Binary | 10100011 | 10010110 | 11001011 | 10100 | 11010 | 0 | 10100 | 11111111 | 100010 | 1000101 |
Color Harmonies of #A396CB
Complementary color
Monochromatic Colors of #A396CB
Black with #A396CB
Text Example
Text Example
White with #A396CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A396CB; }
p { color: rgb(163,150,203); }
H1.HeaderClassName
{
color: #A396CB;
}
.AnyTagClassName
{
color: #A396CB;
}
</style>
background-color css
<style>
a { background-color: #A396CB; }
a { background-color: rgb(163,150,203); }
div.DivClassName
{
background-color: #A396CB;
}
.BgClassName
{
background-color: #A396CB;
}
</style>
border-color css
<style>
span { border-color: #A396CB; }
span { border-color: rgb(163,150,203); }
td.TdClassName
{
border-color: #A396CB;
}
.TagClassName
{
border-color: #A396CB;
}
</style>