Shades of Wistful #A69DEA
Tints of Wistful #A69DEA
RGB
CMYK
RGB Variations
Color information
#A69DEA (or 0xA69DEA) is known color: Wistful. HEX triplet: A6, 9D and EA. RGB value is (166,157,234). Sum of RGB (Red+Green+Blue) = 166+157+234=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #A69DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69DEA is #596215. Grayscale: #A8A8A8. Windows color (decimal): -5857814 or 15375782. OLE color: 15375782.
HSL color Cylindrical-coordinate representation of color #A69DEA: hue angle of 247.01º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A69DEA is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 157 | 234 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.08 |
| HSL | 247.01º | 0.65% | 0.77% | - |
| HSV(B) | 247.01º | 0.33% | 0.92% | - |
| XYZ | 42.63 | 38.16 | 82.96 | - |
| YUV | 168.47 | 164.98 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 234 | 0.29 | 0.33 | 0 | 0.08 | 247.01 | 0.65 | 0.77 |
| Hex | A6 | 9D | EA | 1D | 21 | 0 | 8 | F7 | 41 | 4D |
| Octal | 246 | 235 | 352 | 35 | 41 | 0 | 10 | 367 | 101 | 115 |
| Binary | 10100110 | 10011101 | 11101010 | 11101 | 100001 | 0 | 1000 | 11110111 | 1000001 | 1001101 |
Color Harmonies of #A69DEA
Complementary color
Monochromatic Colors of #A69DEA
Black with #A69DEA
Text Example
Text Example
White with #A69DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69DEA; }
p { color: rgb(166,157,234); }
H1.HeaderClassName
{
color: #A69DEA;
}
.AnyTagClassName
{
color: #A69DEA;
}
</style>
background-color css
<style>
a { background-color: #A69DEA; }
a { background-color: rgb(166,157,234); }
div.DivClassName
{
background-color: #A69DEA;
}
.BgClassName
{
background-color: #A69DEA;
}
</style>
border-color css
<style>
span { border-color: #A69DEA; }
span { border-color: rgb(166,157,234); }
td.TdClassName
{
border-color: #A69DEA;
}
.TagClassName
{
border-color: #A69DEA;
}
</style>