Shades of Wistful #A39CDD
Tints of Wistful #A39CDD
RGB
CMYK
RGB Variations
Color information
#A39CDD (or 0xA39CDD) is known color: Wistful. HEX triplet: A3, 9C and DD. RGB value is (163,156,221). Sum of RGB (Red+Green+Blue) = 163+156+221=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #A39CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39CDD is #5C6322. Grayscale: #A5A5A5. Windows color (decimal): -6054691 or 14523555. OLE color: 14523555.
HSL color Cylindrical-coordinate representation of color #A39CDD: hue angle of 246.46º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A39CDD is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 156 | 221 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.13 |
| HSL | 246.46º | 0.49% | 0.74% | - |
| HSV(B) | 246.46º | 0.29% | 0.87% | - |
| XYZ | 40.04 | 36.78 | 73.4 | - |
| YUV | 165.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 221 | 0.26 | 0.29 | 0 | 0.13 | 246.46 | 0.49 | 0.74 |
| Hex | A3 | 9C | DD | 1A | 1D | 0 | D | F6 | 31 | 4A |
| Octal | 243 | 234 | 335 | 32 | 35 | 0 | 15 | 366 | 61 | 112 |
| Binary | 10100011 | 10011100 | 11011101 | 11010 | 11101 | 0 | 1101 | 11110110 | 110001 | 1001010 |
Color Harmonies of #A39CDD
Complementary color
Monochromatic Colors of #A39CDD
Black with #A39CDD
Text Example
Text Example
White with #A39CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39CDD; }
p { color: rgb(163,156,221); }
H1.HeaderClassName
{
color: #A39CDD;
}
.AnyTagClassName
{
color: #A39CDD;
}
</style>
background-color css
<style>
a { background-color: #A39CDD; }
a { background-color: rgb(163,156,221); }
div.DivClassName
{
background-color: #A39CDD;
}
.BgClassName
{
background-color: #A39CDD;
}
</style>
border-color css
<style>
span { border-color: #A39CDD; }
span { border-color: rgb(163,156,221); }
td.TdClassName
{
border-color: #A39CDD;
}
.TagClassName
{
border-color: #A39CDD;
}
</style>