Shades of Wistful #A39ACE
Tints of Wistful #A39ACE
RGB
CMYK
RGB Variations
Color information
#A39ACE (or 0xA39ACE) is known color: Wistful. HEX triplet: A3, 9A and CE. RGB value is (163,154,206). Sum of RGB (Red+Green+Blue) = 163+154+206=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #A39ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39ACE is #5C6531. Grayscale: #A2A2A2. Windows color (decimal): -6055218 or 13540003. OLE color: 13540003.
HSL color Cylindrical-coordinate representation of color #A39ACE: hue angle of 250.38º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A39ACE is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 154 | 206 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.19 |
| HSL | 250.38º | 0.35% | 0.71% | - |
| HSV(B) | 250.38º | 0.25% | 0.81% | - |
| XYZ | 37.8 | 35.35 | 63.22 | - |
| YUV | 162.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 206 | 0.21 | 0.25 | 0 | 0.19 | 250.38 | 0.35 | 0.71 |
| Hex | A3 | 9A | CE | 15 | 19 | 0 | 13 | FA | 23 | 47 |
| Octal | 243 | 232 | 316 | 25 | 31 | 0 | 23 | 372 | 43 | 107 |
| Binary | 10100011 | 10011010 | 11001110 | 10101 | 11001 | 0 | 10011 | 11111010 | 100011 | 1000111 |
Color Harmonies of #A39ACE
Complementary color
Monochromatic Colors of #A39ACE
Black with #A39ACE
Text Example
Text Example
White with #A39ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39ACE; }
p { color: rgb(163,154,206); }
H1.HeaderClassName
{
color: #A39ACE;
}
.AnyTagClassName
{
color: #A39ACE;
}
</style>
background-color css
<style>
a { background-color: #A39ACE; }
a { background-color: rgb(163,154,206); }
div.DivClassName
{
background-color: #A39ACE;
}
.BgClassName
{
background-color: #A39ACE;
}
</style>
border-color css
<style>
span { border-color: #A39ACE; }
span { border-color: rgb(163,154,206); }
td.TdClassName
{
border-color: #A39ACE;
}
.TagClassName
{
border-color: #A39ACE;
}
</style>