#A69FBE

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

Shades of Wistful #A69FBE

Tints of Wistful #A69FBE

Color information

#A69FBE (or 0xA69FBE) is unknown color: approx Wistful. HEX triplet: A6, 9F and BE. RGB value is (166,159,190). Sum of RGB (Red+Green+Blue) = 166+159+190=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #A69FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FBE is #596041. Grayscale: #A4A4A4. Windows color (decimal): -5857346 or 12492710. OLE color: 12492710.

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

Color convert

RGB166159190-
CMYK0.130.1600.25
HSL253.55º19.25%68.43%-
HSV(B)253.55º16.32%74.51%-
XYZ37.4236.6253.81-
YUV164.63142.32128.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.23%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 190 (74.61% from 255) = 36.89%
R=32.23%
G=30.87%
B=36.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661591900.130.1600.25253.5519.2568.43
HexA69FBED10019fe1344
Octal246237276152003137623104
Binary10100110100111111011111011011000001100111111110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FBE; }

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

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

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

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

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

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

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

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