Shades of Wistful #A395D2
Tints of Wistful #A395D2
RGB
CMYK
RGB Variations
Color information
#A395D2 (or 0xA395D2) is known color: Wistful. HEX triplet: A3, 95 and D2. RGB value is (163,149,210). Sum of RGB (Red+Green+Blue) = 163+149+210=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #A395D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395D2 is #5C6A2D. Grayscale: #9F9F9F. Windows color (decimal): -6056494 or 13800867. OLE color: 13800867.
HSL color Cylindrical-coordinate representation of color #A395D2: hue angle of 253.77º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A395D2 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 149 | 210 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.18 |
| HSL | 253.77º | 0.4% | 0.7% | - |
| HSV(B) | 253.77º | 0.29% | 0.82% | - |
| XYZ | 37.48 | 33.93 | 65.55 | - |
| YUV | 160.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 210 | 0.22 | 0.29 | 0 | 0.18 | 253.77 | 0.4 | 0.7 |
| Hex | A3 | 95 | D2 | 16 | 1D | 0 | 12 | FE | 28 | 46 |
| Octal | 243 | 225 | 322 | 26 | 35 | 0 | 22 | 376 | 50 | 106 |
| Binary | 10100011 | 10010101 | 11010010 | 10110 | 11101 | 0 | 10010 | 11111110 | 101000 | 1000110 |
Color Harmonies of #A395D2
Complementary color
Monochromatic Colors of #A395D2
Black with #A395D2
Text Example
Text Example
White with #A395D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A395D2; }
p { color: rgb(163,149,210); }
H1.HeaderClassName
{
color: #A395D2;
}
.AnyTagClassName
{
color: #A395D2;
}
</style>
background-color css
<style>
a { background-color: #A395D2; }
a { background-color: rgb(163,149,210); }
div.DivClassName
{
background-color: #A395D2;
}
.BgClassName
{
background-color: #A395D2;
}
</style>
border-color css
<style>
span { border-color: #A395D2; }
span { border-color: rgb(163,149,210); }
td.TdClassName
{
border-color: #A395D2;
}
.TagClassName
{
border-color: #A395D2;
}
</style>