Shades of Wistful #A69ECB
Tints of Wistful #A69ECB
RGB
CMYK
RGB Variations
Color information
#A69ECB (or 0xA69ECB) is known color: Wistful. HEX triplet: A6, 9E and CB. RGB value is (166,158,203). Sum of RGB (Red+Green+Blue) = 166+158+203=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #A69ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ECB is #596134. Grayscale: #A5A5A5. Windows color (decimal): -5857589 or 13344422. OLE color: 13344422.
HSL color Cylindrical-coordinate representation of color #A69ECB: hue angle of 250.67º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A69ECB is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 158 | 203 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.20 |
| HSL | 250.67º | 0.3% | 0.71% | - |
| HSV(B) | 250.67º | 0.22% | 0.8% | - |
| XYZ | 38.73 | 36.87 | 61.58 | - |
| YUV | 165.52 | 149.15 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 158 | 203 | 0.18 | 0.22 | 0 | 0.20 | 250.67 | 0.3 | 0.71 |
| Hex | A6 | 9E | CB | 12 | 16 | 0 | 14 | FB | 1E | 47 |
| Octal | 246 | 236 | 313 | 22 | 26 | 0 | 24 | 373 | 36 | 107 |
| Binary | 10100110 | 10011110 | 11001011 | 10010 | 10110 | 0 | 10100 | 11111011 | 11110 | 1000111 |
Color Harmonies of #A69ECB
Complementary color
Monochromatic Colors of #A69ECB
Black with #A69ECB
Text Example
Text Example
White with #A69ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69ECB; }
p { color: rgb(166,158,203); }
H1.HeaderClassName
{
color: #A69ECB;
}
.AnyTagClassName
{
color: #A69ECB;
}
</style>
background-color css
<style>
a { background-color: #A69ECB; }
a { background-color: rgb(166,158,203); }
div.DivClassName
{
background-color: #A69ECB;
}
.BgClassName
{
background-color: #A69ECB;
}
</style>
border-color css
<style>
span { border-color: #A69ECB; }
span { border-color: rgb(166,158,203); }
td.TdClassName
{
border-color: #A69ECB;
}
.TagClassName
{
border-color: #A69ECB;
}
</style>