Shades of Wistful #A396C8
Tints of Wistful #A396C8
RGB
CMYK
RGB Variations
Color information
#A396C8 (or 0xA396C8) is known color: Wistful. HEX triplet: A3, 96 and C8. RGB value is (163,150,200). Sum of RGB (Red+Green+Blue) = 163+150+200=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 200 - color contains mainly: blue. Hex color #A396C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396C8 is #5C6937. Grayscale: #9F9F9F. Windows color (decimal): -6056248 or 13145763. OLE color: 13145763.
HSL color Cylindrical-coordinate representation of color #A396C8: hue angle of 255.6º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A396C8 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 150 | 200 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.22 |
| HSL | 255.6º | 0.31% | 0.69% | - |
| HSV(B) | 255.6º | 0.25% | 0.78% | - |
| XYZ | 36.44 | 33.77 | 59.24 | - |
| YUV | 159.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 200 | 0.18 | 0.25 | 0 | 0.22 | 255.6 | 0.31 | 0.69 |
| Hex | A3 | 96 | C8 | 12 | 19 | 0 | 16 | 100 | 1F | 45 |
| Octal | 243 | 226 | 310 | 22 | 31 | 0 | 26 | 400 | 37 | 105 |
| Binary | 10100011 | 10010110 | 11001000 | 10010 | 11001 | 0 | 10110 | 100000000 | 11111 | 1000101 |
Color Harmonies of #A396C8
Complementary color
Monochromatic Colors of #A396C8
Black with #A396C8
Text Example
Text Example
White with #A396C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A396C8; }
p { color: rgb(163,150,200); }
H1.HeaderClassName
{
color: #A396C8;
}
.AnyTagClassName
{
color: #A396C8;
}
</style>
background-color css
<style>
a { background-color: #A396C8; }
a { background-color: rgb(163,150,200); }
div.DivClassName
{
background-color: #A396C8;
}
.BgClassName
{
background-color: #A396C8;
}
</style>
border-color css
<style>
span { border-color: #A396C8; }
span { border-color: rgb(163,150,200); }
td.TdClassName
{
border-color: #A396C8;
}
.TagClassName
{
border-color: #A396C8;
}
</style>