Shades of Wistful #A297DA
Tints of Wistful #A297DA
RGB
CMYK
RGB Variations
Color information
#A297DA (or 0xA297DA) is known color: Wistful. HEX triplet: A2, 97 and DA. RGB value is (162,151,218). Sum of RGB (Red+Green+Blue) = 162+151+218=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #A297DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297DA is #5D6825. Grayscale: #A1A1A1. Windows color (decimal): -6121510 or 14325666. OLE color: 14325666.
HSL color Cylindrical-coordinate representation of color #A297DA: hue angle of 249.85º 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 #A297DA is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 151 | 218 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.15 |
| HSL | 249.85º | 0.48% | 0.72% | - |
| HSV(B) | 249.85º | 0.31% | 0.85% | - |
| XYZ | 38.62 | 34.88 | 71.03 | - |
| YUV | 161.93 | 159.64 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 218 | 0.26 | 0.31 | 0 | 0.15 | 249.85 | 0.48 | 0.72 |
| Hex | A2 | 97 | DA | 1A | 1F | 0 | F | FA | 30 | 48 |
| Octal | 242 | 227 | 332 | 32 | 37 | 0 | 17 | 372 | 60 | 110 |
| Binary | 10100010 | 10010111 | 11011010 | 11010 | 11111 | 0 | 1111 | 11111010 | 110000 | 1001000 |
Color Harmonies of #A297DA
Complementary color
Monochromatic Colors of #A297DA
Black with #A297DA
Text Example
Text Example
White with #A297DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A297DA; }
p { color: rgb(162,151,218); }
H1.HeaderClassName
{
color: #A297DA;
}
.AnyTagClassName
{
color: #A297DA;
}
</style>
background-color css
<style>
a { background-color: #A297DA; }
a { background-color: rgb(162,151,218); }
div.DivClassName
{
background-color: #A297DA;
}
.BgClassName
{
background-color: #A297DA;
}
</style>
border-color css
<style>
span { border-color: #A297DA; }
span { border-color: rgb(162,151,218); }
td.TdClassName
{
border-color: #A297DA;
}
.TagClassName
{
border-color: #A297DA;
}
</style>