Shades of Wistful #A395DD
Tints of Wistful #A395DD
RGB
CMYK
RGB Variations
Color information
#A395DD (or 0xA395DD) is known color: Wistful. HEX triplet: A3, 95 and DD. RGB value is (163,149,221). Sum of RGB (Red+Green+Blue) = 163+149+221=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #A395DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395DD is #5C6A22. Grayscale: #A1A1A1. Windows color (decimal): -6056483 or 14521763. OLE color: 14521763.
HSL color Cylindrical-coordinate representation of color #A395DD: hue angle of 251.67º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A395DD is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 149 | 221 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.13 |
| HSL | 251.67º | 0.51% | 0.73% | - |
| HSV(B) | 251.67º | 0.33% | 0.87% | - |
| XYZ | 38.9 | 34.5 | 73.02 | - |
| YUV | 161.39 | 161.64 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 221 | 0.26 | 0.33 | 0 | 0.13 | 251.67 | 0.51 | 0.73 |
| Hex | A3 | 95 | DD | 1A | 21 | 0 | D | FC | 33 | 49 |
| Octal | 243 | 225 | 335 | 32 | 41 | 0 | 15 | 374 | 63 | 111 |
| Binary | 10100011 | 10010101 | 11011101 | 11010 | 100001 | 0 | 1101 | 11111100 | 110011 | 1001001 |
Color Harmonies of #A395DD
Complementary color
Monochromatic Colors of #A395DD
Black with #A395DD
Text Example
Text Example
White with #A395DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A395DD; }
p { color: rgb(163,149,221); }
H1.HeaderClassName
{
color: #A395DD;
}
.AnyTagClassName
{
color: #A395DD;
}
</style>
background-color css
<style>
a { background-color: #A395DD; }
a { background-color: rgb(163,149,221); }
div.DivClassName
{
background-color: #A395DD;
}
.BgClassName
{
background-color: #A395DD;
}
</style>
border-color css
<style>
span { border-color: #A395DD; }
span { border-color: rgb(163,149,221); }
td.TdClassName
{
border-color: #A395DD;
}
.TagClassName
{
border-color: #A395DD;
}
</style>