#A69EBE

Color #A69EBE Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #A69EBE

Tints of Wistful #A69EBE

Color information

#A69EBE (or 0xA69EBE) is unknown color: approx Wistful. HEX triplet: A6, 9E and BE. RGB value is (166,158,190). Sum of RGB (Red+Green+Blue) = 166+158+190=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #A69EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69EBE is #596141. Grayscale: #A3A3A3. Windows color (decimal): -5857602 or 12492454. OLE color: 12492454.

HSL color Cylindrical-coordinate representation of color #A69EBE: hue angle of 255º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A69EBE is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166158190-
CMYK0.130.1700.25
HSL255º19.75%68.24%-
HSV(B)255º16.84%74.51%-
XYZ37.2536.2853.75-
YUV164.04142.65129.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 32.30%
GREEN value IS 158 (62.11% from 255) = 30.74%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=32.30%
G=30.74%
B=36.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661581900.130.1700.2525519.7568.24
HexA69EBED11019ff1444
Octal246236276152103137724104
Binary10100110100111101011111011011000101100111111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69EBE; }

 p { color: rgb(166,158,190); }

 H1.HeaderClassName
 {
   color: #A69EBE;
 }
 .AnyTagClassName
 {
   color: #A69EBE;
 }
</style>
background-color css

<style>
 a { background-color: #A69EBE; }

 a { background-color: rgb(166,158,190); }

 div.DivClassName
 {
   background-color: #A69EBE;
 }
 .BgClassName
 {
   background-color: #A69EBE;
 }
</style>
border-color css

<style>
 span { border-color: #A69EBE; }

 span { border-color: rgb(166,158,190); }

 td.TdClassName
 {
   border-color: #A69EBE;
 }
 .TagClassName
 {
   border-color: #A69EBE;
 }
</style>