#A69FEF

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

Shades of Wistful #A69FEF

Tints of Wistful #A69FEF

Color information

#A69FEF (or 0xA69FEF) is unknown color: approx Wistful. HEX triplet: A6, 9F and EF. RGB value is (166,159,239). Sum of RGB (Red+Green+Blue) = 166+159+239=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #A69FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69FEF is #596010. Grayscale: #A9A9A9. Windows color (decimal): -5857297 or 15703974. OLE color: 15703974.

HSL color Cylindrical-coordinate representation of color #A69FEF: hue angle of 245.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A69FEF is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB166159239-
CMYK0.310.3300.06
HSL245.25º71.43%78.04%-
HSV(B)245.25º33.47%93.73%-
XYZ43.739.1486.91-
YUV170.21166.82125-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.43%
GREEN value IS 159 (62.5% from 255) = 28.19%
BLUE value IS 239 (93.75% from 255) = 42.38%
R=29.43%
G=28.19%
B=42.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1661592390.310.3300.06245.2571.4378.04
HexA69FEF1F2106f5474e
Octal246237357374106365107116
Binary1010011010011111111011111111110000101101111010110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FEF; }

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

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

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

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

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

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

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

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