#A69FBD

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

Shades of Wistful #A69FBD

Tints of Wistful #A69FBD

Color information

#A69FBD (or 0xA69FBD) is unknown color: approx Wistful. HEX triplet: A6, 9F and BD. RGB value is (166,159,189). Sum of RGB (Red+Green+Blue) = 166+159+189=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #A69FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FBD is #596042. Grayscale: #A4A4A4. Windows color (decimal): -5857347 or 12427174. OLE color: 12427174.

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

Color convert

RGB166159189-
CMYK0.120.1600.26
HSL254º18.52%68.24%-
HSV(B)254º15.87%74.12%-
XYZ37.3136.5853.24-
YUV164.51141.82129.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.30%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 189 (74.22% from 255) = 36.77%
R=32.30%
G=30.93%
B=36.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661591890.120.1600.2625418.5268.24
HexA69FBDC1001Afe1344
Octal246237275142003237623104
Binary10100110100111111011110111001000001101011111110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FBD; }

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

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

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

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

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

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

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

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