Shades of Wistful #A69BEB
Tints of Wistful #A69BEB
RGB
CMYK
RGB Variations
Color information
#A69BEB (or 0xA69BEB) is known color: Wistful. HEX triplet: A6, 9B and EB. RGB value is (166,155,235). Sum of RGB (Red+Green+Blue) = 166+155+235=556 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.86% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #A69BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69BEB is #596414. Grayscale: #A7A7A7. Windows color (decimal): -5858325 or 15440806. OLE color: 15440806.
HSL color Cylindrical-coordinate representation of color #A69BEB: hue angle of 248.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A69BEB is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 155 | 235 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.08 |
| HSL | 248.25º | 0.67% | 0.76% | - |
| HSV(B) | 248.25º | 0.34% | 0.92% | - |
| XYZ | 42.44 | 37.55 | 83.61 | - |
| YUV | 167.41 | 166.14 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 235 | 0.29 | 0.34 | 0 | 0.08 | 248.25 | 0.67 | 0.76 |
| Hex | A6 | 9B | EB | 1D | 22 | 0 | 8 | F8 | 43 | 4C |
| Octal | 246 | 233 | 353 | 35 | 42 | 0 | 10 | 370 | 103 | 114 |
| Binary | 10100110 | 10011011 | 11101011 | 11101 | 100010 | 0 | 1000 | 11111000 | 1000011 | 1001100 |
Color Harmonies of #A69BEB
Complementary color
Monochromatic Colors of #A69BEB
Black with #A69BEB
Text Example
Text Example
White with #A69BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69BEB; }
p { color: rgb(166,155,235); }
H1.HeaderClassName
{
color: #A69BEB;
}
.AnyTagClassName
{
color: #A69BEB;
}
</style>
background-color css
<style>
a { background-color: #A69BEB; }
a { background-color: rgb(166,155,235); }
div.DivClassName
{
background-color: #A69BEB;
}
.BgClassName
{
background-color: #A69BEB;
}
</style>
border-color css
<style>
span { border-color: #A69BEB; }
span { border-color: rgb(166,155,235); }
td.TdClassName
{
border-color: #A69BEB;
}
.TagClassName
{
border-color: #A69BEB;
}
</style>