Shades of Wistful #A39AD2
Tints of Wistful #A39AD2
RGB
CMYK
RGB Variations
Color information
#A39AD2 (or 0xA39AD2) is known color: Wistful. HEX triplet: A3, 9A and D2. RGB value is (163,154,210). Sum of RGB (Red+Green+Blue) = 163+154+210=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 210 - color contains mainly: blue. Hex color #A39AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39AD2 is #5C652D. Grayscale: #A2A2A2. Windows color (decimal): -6055214 or 13802147. OLE color: 13802147.
HSL color Cylindrical-coordinate representation of color #A39AD2: hue angle of 249.64º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A39AD2 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 154 | 210 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.18 |
| HSL | 249.64º | 0.38% | 0.71% | - |
| HSV(B) | 249.64º | 0.27% | 0.82% | - |
| XYZ | 38.29 | 35.55 | 65.82 | - |
| YUV | 163.08 | 154.48 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 210 | 0.22 | 0.27 | 0 | 0.18 | 249.64 | 0.38 | 0.71 |
| Hex | A3 | 9A | D2 | 16 | 1B | 0 | 12 | FA | 26 | 47 |
| Octal | 243 | 232 | 322 | 26 | 33 | 0 | 22 | 372 | 46 | 107 |
| Binary | 10100011 | 10011010 | 11010010 | 10110 | 11011 | 0 | 10010 | 11111010 | 100110 | 1000111 |
Color Harmonies of #A39AD2
Complementary color
Monochromatic Colors of #A39AD2
Black with #A39AD2
Text Example
Text Example
White with #A39AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39AD2; }
p { color: rgb(163,154,210); }
H1.HeaderClassName
{
color: #A39AD2;
}
.AnyTagClassName
{
color: #A39AD2;
}
</style>
background-color css
<style>
a { background-color: #A39AD2; }
a { background-color: rgb(163,154,210); }
div.DivClassName
{
background-color: #A39AD2;
}
.BgClassName
{
background-color: #A39AD2;
}
</style>
border-color css
<style>
span { border-color: #A39AD2; }
span { border-color: rgb(163,154,210); }
td.TdClassName
{
border-color: #A39AD2;
}
.TagClassName
{
border-color: #A39AD2;
}
</style>