Shades of Wistful #A397DA
Tints of Wistful #A397DA
RGB
CMYK
RGB Variations
Color information
#A397DA (or 0xA397DA) is known color: Wistful. HEX triplet: A3, 97 and DA. RGB value is (163,151,218). Sum of RGB (Red+Green+Blue) = 163+151+218=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #A397DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397DA is #5C6825. Grayscale: #A1A1A1. Windows color (decimal): -6055974 or 14325667. OLE color: 14325667.
HSL color Cylindrical-coordinate representation of color #A397DA: hue angle of 250.75º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A397DA is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 151 | 218 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.15 |
| HSL | 250.75º | 0.48% | 0.72% | - |
| HSV(B) | 250.75º | 0.31% | 0.85% | - |
| XYZ | 38.83 | 34.98 | 71.04 | - |
| YUV | 162.23 | 159.48 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 218 | 0.25 | 0.31 | 0 | 0.15 | 250.75 | 0.48 | 0.72 |
| Hex | A3 | 97 | DA | 19 | 1F | 0 | F | FB | 30 | 48 |
| Octal | 243 | 227 | 332 | 31 | 37 | 0 | 17 | 373 | 60 | 110 |
| Binary | 10100011 | 10010111 | 11011010 | 11001 | 11111 | 0 | 1111 | 11111011 | 110000 | 1001000 |
Color Harmonies of #A397DA
Complementary color
Monochromatic Colors of #A397DA
Black with #A397DA
Text Example
Text Example
White with #A397DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A397DA; }
p { color: rgb(163,151,218); }
H1.HeaderClassName
{
color: #A397DA;
}
.AnyTagClassName
{
color: #A397DA;
}
</style>
background-color css
<style>
a { background-color: #A397DA; }
a { background-color: rgb(163,151,218); }
div.DivClassName
{
background-color: #A397DA;
}
.BgClassName
{
background-color: #A397DA;
}
</style>
border-color css
<style>
span { border-color: #A397DA; }
span { border-color: rgb(163,151,218); }
td.TdClassName
{
border-color: #A397DA;
}
.TagClassName
{
border-color: #A397DA;
}
</style>