Shades of Wistful #A397CA
Tints of Wistful #A397CA
RGB
CMYK
RGB Variations
Color information
#A397CA (or 0xA397CA) is known color: Wistful. HEX triplet: A3, 97 and CA. RGB value is (163,151,202). Sum of RGB (Red+Green+Blue) = 163+151+202=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #A397CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397CA is #5C6835. Grayscale: #A0A0A0. Windows color (decimal): -6055990 or 13277091. OLE color: 13277091.
HSL color Cylindrical-coordinate representation of color #A397CA: hue angle of 254.12º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A397CA is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 151 | 202 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.21 |
| HSL | 254.12º | 0.32% | 0.69% | - |
| HSV(B) | 254.12º | 0.25% | 0.79% | - |
| XYZ | 36.83 | 34.18 | 60.53 | - |
| YUV | 160.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 202 | 0.19 | 0.25 | 0 | 0.21 | 254.12 | 0.32 | 0.69 |
| Hex | A3 | 97 | CA | 13 | 19 | 0 | 15 | FE | 20 | 45 |
| Octal | 243 | 227 | 312 | 23 | 31 | 0 | 25 | 376 | 40 | 105 |
| Binary | 10100011 | 10010111 | 11001010 | 10011 | 11001 | 0 | 10101 | 11111110 | 100000 | 1000101 |
Color Harmonies of #A397CA
Complementary color
Monochromatic Colors of #A397CA
Black with #A397CA
Text Example
Text Example
White with #A397CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A397CA; }
p { color: rgb(163,151,202); }
H1.HeaderClassName
{
color: #A397CA;
}
.AnyTagClassName
{
color: #A397CA;
}
</style>
background-color css
<style>
a { background-color: #A397CA; }
a { background-color: rgb(163,151,202); }
div.DivClassName
{
background-color: #A397CA;
}
.BgClassName
{
background-color: #A397CA;
}
</style>
border-color css
<style>
span { border-color: #A397CA; }
span { border-color: rgb(163,151,202); }
td.TdClassName
{
border-color: #A397CA;
}
.TagClassName
{
border-color: #A397CA;
}
</style>