#A69EBD

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

Shades of Wistful #A69EBD

Tints of Wistful #A69EBD

Color information

#A69EBD (or 0xA69EBD) is unknown color: approx Wistful. HEX triplet: A6, 9E and BD. RGB value is (166,158,189). Sum of RGB (Red+Green+Blue) = 166+158+189=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #A69EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69EBD is #596142. Grayscale: #A3A3A3. Windows color (decimal): -5857603 or 12426918. OLE color: 12426918.

HSL color Cylindrical-coordinate representation of color #A69EBD: hue angle of 255.48º 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 #A69EBD is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166158189-
CMYK0.120.1600.26
HSL255.48º19.02%68.04%-
HSV(B)255.48º16.4%74.12%-
XYZ37.1436.2353.18-
YUV163.93142.15129.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.36%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=32.36%
G=30.80%
B=36.84%

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
Decimal1661581890.120.1600.26255.4819.0268.04
HexA69EBDC1001Aff1344
Octal246236275142003237723104
Binary10100110100111101011110111001000001101011111111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69EBD; }

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

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

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

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

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

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

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

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