#A69EBF

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

Shades of Wistful #A69EBF

Tints of Wistful #A69EBF

Color information

#A69EBF (or 0xA69EBF) is unknown color: approx Wistful. HEX triplet: A6, 9E and BF. RGB value is (166,158,191). Sum of RGB (Red+Green+Blue) = 166+158+191=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #A69EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69EBF is #596140. Grayscale: #A4A4A4. Windows color (decimal): -5857601 or 12557990. OLE color: 12557990.

HSL color Cylindrical-coordinate representation of color #A69EBF: hue angle of 254.55º 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 #A69EBF is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166158191-
CMYK0.130.1700.25
HSL254.55º20.5%68.43%-
HSV(B)254.55º17.28%74.9%-
XYZ37.3636.3254.33-
YUV164.15143.15129.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.23%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 191 (75% from 255) = 37.09%
R=32.23%
G=30.68%
B=37.09%

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
Decimal1661581910.130.1700.25254.5520.568.43
HexA69EBFD11019ff1444
Octal246236277152103137724104
Binary10100110100111101011111111011000101100111111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69EBF; }

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

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

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

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

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

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

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

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