Shades of Wistful #A6A3CB
Tints of Wistful #A6A3CB
RGB
CMYK
RGB Variations
Color information
#A6A3CB (or 0xA6A3CB) is known color: Wistful. HEX triplet: A6, A3 and CB. RGB value is (166,163,203). Sum of RGB (Red+Green+Blue) = 166+163+203=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #A6A3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A3CB is #595C34. Grayscale: #A8A8A8. Windows color (decimal): -5856309 or 13345702. OLE color: 13345702.
HSL color Cylindrical-coordinate representation of color #A6A3CB: hue angle of 244.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6A3CB is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 163 | 203 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.20 |
| HSL | 244.5º | 0.28% | 0.72% | - |
| HSV(B) | 244.5º | 0.2% | 0.8% | - |
| XYZ | 39.6 | 38.61 | 61.87 | - |
| YUV | 168.46 | 147.49 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 163 | 203 | 0.18 | 0.20 | 0 | 0.20 | 244.5 | 0.28 | 0.72 |
| Hex | A6 | A3 | CB | 12 | 14 | 0 | 14 | F4 | 1C | 48 |
| Octal | 246 | 243 | 313 | 22 | 24 | 0 | 24 | 364 | 34 | 110 |
| Binary | 10100110 | 10100011 | 11001011 | 10010 | 10100 | 0 | 10100 | 11110100 | 11100 | 1001000 |
Color Harmonies of #A6A3CB
Complementary color
Monochromatic Colors of #A6A3CB
Black with #A6A3CB
Text Example
Text Example
White with #A6A3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A3CB; }
p { color: rgb(166,163,203); }
H1.HeaderClassName
{
color: #A6A3CB;
}
.AnyTagClassName
{
color: #A6A3CB;
}
</style>
background-color css
<style>
a { background-color: #A6A3CB; }
a { background-color: rgb(166,163,203); }
div.DivClassName
{
background-color: #A6A3CB;
}
.BgClassName
{
background-color: #A6A3CB;
}
</style>
border-color css
<style>
span { border-color: #A6A3CB; }
span { border-color: rgb(166,163,203); }
td.TdClassName
{
border-color: #A6A3CB;
}
.TagClassName
{
border-color: #A6A3CB;
}
</style>