Shades of Wistful #A6A3EB
Tints of Wistful #A6A3EB
RGB
CMYK
RGB Variations
Color information
#A6A3EB (or 0xA6A3EB) is known color: Wistful. HEX triplet: A6, A3 and EB. RGB value is (166,163,235). Sum of RGB (Red+Green+Blue) = 166+163+235=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6A3EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A3EB is #595C14. Grayscale: #ABABAB. Windows color (decimal): -5856277 or 15442854. OLE color: 15442854.
HSL color Cylindrical-coordinate representation of color #A6A3EB: hue angle of 242.5º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6A3EB is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 163 | 235 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.08 |
| HSL | 242.5º | 0.64% | 0.78% | - |
| HSV(B) | 242.5º | 0.31% | 0.92% | - |
| XYZ | 43.82 | 40.3 | 84.07 | - |
| YUV | 172.11 | 163.49 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 163 | 235 | 0.29 | 0.31 | 0 | 0.08 | 242.5 | 0.64 | 0.78 |
| Hex | A6 | A3 | EB | 1D | 1F | 0 | 8 | F2 | 40 | 4E |
| Octal | 246 | 243 | 353 | 35 | 37 | 0 | 10 | 362 | 100 | 116 |
| Binary | 10100110 | 10100011 | 11101011 | 11101 | 11111 | 0 | 1000 | 11110010 | 1000000 | 1001110 |
Color Harmonies of #A6A3EB
Complementary color
Monochromatic Colors of #A6A3EB
Black with #A6A3EB
Text Example
Text Example
White with #A6A3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A3EB; }
p { color: rgb(166,163,235); }
H1.HeaderClassName
{
color: #A6A3EB;
}
.AnyTagClassName
{
color: #A6A3EB;
}
</style>
background-color css
<style>
a { background-color: #A6A3EB; }
a { background-color: rgb(166,163,235); }
div.DivClassName
{
background-color: #A6A3EB;
}
.BgClassName
{
background-color: #A6A3EB;
}
</style>
border-color css
<style>
span { border-color: #A6A3EB; }
span { border-color: rgb(166,163,235); }
td.TdClassName
{
border-color: #A6A3EB;
}
.TagClassName
{
border-color: #A6A3EB;
}
</style>