#A69FD9

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

Shades of Wistful #A69FD9

Tints of Wistful #A69FD9

Color information

#A69FD9 (or 0xA69FD9) is unknown color: approx Wistful. HEX triplet: A6, 9F and D9. RGB value is (166,159,217). Sum of RGB (Red+Green+Blue) = 166+159+217=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #A69FD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FD9 is #596026. Grayscale: #A7A7A7. Windows color (decimal): -5857319 or 14262182. OLE color: 14262182.

HSL color Cylindrical-coordinate representation of color #A69FD9: hue angle of 247.24º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A69FD9 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB166159217-
CMYK0.240.2700.15
HSL247.24º43.28%73.73%-
HSV(B)247.24º26.73%85.1%-
XYZ40.6537.9170.82-
YUV167.7155.82126.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.63%
GREEN value IS 159 (62.5% from 255) = 29.34%
BLUE value IS 217 (85.16% from 255) = 40.04%
R=30.63%
G=29.34%
B=40.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661592170.240.2700.15247.2443.2873.73
HexA69FD9181B0Ff72b4a
Octal246237331303301736753112
Binary101001101001111111011001110001101101111111101111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FD9; }

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

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

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

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

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

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

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

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