Shades of Wistful #A6A3CF
Tints of Wistful #A6A3CF
RGB
CMYK
RGB Variations
Color information
#A6A3CF (or 0xA6A3CF) is known color: Wistful. HEX triplet: A6, A3 and CF. RGB value is (166,163,207). Sum of RGB (Red+Green+Blue) = 166+163+207=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #A6A3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A3CF is #595C30. Grayscale: #A8A8A8. Windows color (decimal): -5856305 or 13607846. OLE color: 13607846.
HSL color Cylindrical-coordinate representation of color #A6A3CF: hue angle of 244.09º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6A3CF is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 163 | 207 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.19 |
| HSL | 244.09º | 0.31% | 0.73% | - |
| HSV(B) | 244.09º | 0.21% | 0.81% | - |
| XYZ | 40.09 | 38.81 | 64.41 | - |
| YUV | 168.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 163 | 207 | 0.20 | 0.21 | 0 | 0.19 | 244.09 | 0.31 | 0.73 |
| Hex | A6 | A3 | CF | 14 | 15 | 0 | 13 | F4 | 1F | 49 |
| Octal | 246 | 243 | 317 | 24 | 25 | 0 | 23 | 364 | 37 | 111 |
| Binary | 10100110 | 10100011 | 11001111 | 10100 | 10101 | 0 | 10011 | 11110100 | 11111 | 1001001 |
Color Harmonies of #A6A3CF
Complementary color
Monochromatic Colors of #A6A3CF
Black with #A6A3CF
Text Example
Text Example
White with #A6A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A3CF; }
p { color: rgb(166,163,207); }
H1.HeaderClassName
{
color: #A6A3CF;
}
.AnyTagClassName
{
color: #A6A3CF;
}
</style>
background-color css
<style>
a { background-color: #A6A3CF; }
a { background-color: rgb(166,163,207); }
div.DivClassName
{
background-color: #A6A3CF;
}
.BgClassName
{
background-color: #A6A3CF;
}
</style>
border-color css
<style>
span { border-color: #A6A3CF; }
span { border-color: rgb(166,163,207); }
td.TdClassName
{
border-color: #A6A3CF;
}
.TagClassName
{
border-color: #A6A3CF;
}
</style>