Shades of Wistful #A69BEC
Tints of Wistful #A69BEC
RGB
CMYK
RGB Variations
Color information
#A69BEC (or 0xA69BEC) is known color: Wistful. HEX triplet: A6, 9B and EC. RGB value is (166,155,236). Sum of RGB (Red+Green+Blue) = 166+155+236=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #A69BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69BEC is #596413. Grayscale: #A7A7A7. Windows color (decimal): -5858324 or 15506342. OLE color: 15506342.
HSL color Cylindrical-coordinate representation of color #A69BEC: hue angle of 248.15º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A69BEC is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 155 | 236 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.07 |
| HSL | 248.15º | 0.68% | 0.77% | - |
| HSV(B) | 248.15º | 0.34% | 0.93% | - |
| XYZ | 42.59 | 37.61 | 84.37 | - |
| YUV | 167.52 | 166.64 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 236 | 0.30 | 0.34 | 0 | 0.07 | 248.15 | 0.68 | 0.77 |
| Hex | A6 | 9B | EC | 1E | 22 | 0 | 7 | F8 | 44 | 4D |
| Octal | 246 | 233 | 354 | 36 | 42 | 0 | 7 | 370 | 104 | 115 |
| Binary | 10100110 | 10011011 | 11101100 | 11110 | 100010 | 0 | 111 | 11111000 | 1000100 | 1001101 |
Color Harmonies of #A69BEC
Complementary color
Monochromatic Colors of #A69BEC
Black with #A69BEC
Text Example
Text Example
White with #A69BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69BEC; }
p { color: rgb(166,155,236); }
H1.HeaderClassName
{
color: #A69BEC;
}
.AnyTagClassName
{
color: #A69BEC;
}
</style>
background-color css
<style>
a { background-color: #A69BEC; }
a { background-color: rgb(166,155,236); }
div.DivClassName
{
background-color: #A69BEC;
}
.BgClassName
{
background-color: #A69BEC;
}
</style>
border-color css
<style>
span { border-color: #A69BEC; }
span { border-color: rgb(166,155,236); }
td.TdClassName
{
border-color: #A69BEC;
}
.TagClassName
{
border-color: #A69BEC;
}
</style>