Shades of Wistful #A397DC
Tints of Wistful #A397DC
RGB
CMYK
RGB Variations
Color information
#A397DC (or 0xA397DC) is known color: Wistful. HEX triplet: A3, 97 and DC. RGB value is (163,151,220). Sum of RGB (Red+Green+Blue) = 163+151+220=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #A397DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397DC is #5C6823. Grayscale: #A2A2A2. Windows color (decimal): -6055972 or 14456739. OLE color: 14456739.
HSL color Cylindrical-coordinate representation of color #A397DC: hue angle of 250.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A397DC is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 151 | 220 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.14 |
| HSL | 250.43º | 0.5% | 0.73% | - |
| HSV(B) | 250.43º | 0.31% | 0.86% | - |
| XYZ | 39.09 | 35.09 | 72.42 | - |
| YUV | 162.45 | 160.48 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 220 | 0.26 | 0.31 | 0 | 0.14 | 250.43 | 0.5 | 0.73 |
| Hex | A3 | 97 | DC | 1A | 1F | 0 | E | FA | 32 | 49 |
| Octal | 243 | 227 | 334 | 32 | 37 | 0 | 16 | 372 | 62 | 111 |
| Binary | 10100011 | 10010111 | 11011100 | 11010 | 11111 | 0 | 1110 | 11111010 | 110010 | 1001001 |
Color Harmonies of #A397DC
Complementary color
Monochromatic Colors of #A397DC
Black with #A397DC
Text Example
Text Example
White with #A397DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A397DC; }
p { color: rgb(163,151,220); }
H1.HeaderClassName
{
color: #A397DC;
}
.AnyTagClassName
{
color: #A397DC;
}
</style>
background-color css
<style>
a { background-color: #A397DC; }
a { background-color: rgb(163,151,220); }
div.DivClassName
{
background-color: #A397DC;
}
.BgClassName
{
background-color: #A397DC;
}
</style>
border-color css
<style>
span { border-color: #A397DC; }
span { border-color: rgb(163,151,220); }
td.TdClassName
{
border-color: #A397DC;
}
.TagClassName
{
border-color: #A397DC;
}
</style>