Shades of Wistful #A69BED
Tints of Wistful #A69BED
RGB
CMYK
RGB Variations
Color information
#A69BED (or 0xA69BED) is known color: Wistful. HEX triplet: A6, 9B and ED. RGB value is (166,155,237). Sum of RGB (Red+Green+Blue) = 166+155+237=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #A69BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69BED is #596412. Grayscale: #A7A7A7. Windows color (decimal): -5858323 or 15571878. OLE color: 15571878.
HSL color Cylindrical-coordinate representation of color #A69BED: hue angle of 248.05º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A69BED is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 155 | 237 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.07 |
| HSL | 248.05º | 0.69% | 0.77% | - |
| HSV(B) | 248.05º | 0.35% | 0.93% | - |
| XYZ | 42.73 | 37.66 | 85.14 | - |
| YUV | 167.64 | 167.14 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 237 | 0.30 | 0.35 | 0 | 0.07 | 248.05 | 0.69 | 0.77 |
| Hex | A6 | 9B | ED | 1E | 23 | 0 | 7 | F8 | 45 | 4D |
| Octal | 246 | 233 | 355 | 36 | 43 | 0 | 7 | 370 | 105 | 115 |
| Binary | 10100110 | 10011011 | 11101101 | 11110 | 100011 | 0 | 111 | 11111000 | 1000101 | 1001101 |
Color Harmonies of #A69BED
Complementary color
Monochromatic Colors of #A69BED
Black with #A69BED
Text Example
Text Example
White with #A69BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69BED; }
p { color: rgb(166,155,237); }
H1.HeaderClassName
{
color: #A69BED;
}
.AnyTagClassName
{
color: #A69BED;
}
</style>
background-color css
<style>
a { background-color: #A69BED; }
a { background-color: rgb(166,155,237); }
div.DivClassName
{
background-color: #A69BED;
}
.BgClassName
{
background-color: #A69BED;
}
</style>
border-color css
<style>
span { border-color: #A69BED; }
span { border-color: rgb(166,155,237); }
td.TdClassName
{
border-color: #A69BED;
}
.TagClassName
{
border-color: #A69BED;
}
</style>