#A69FF0

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

Shades of Wistful #A69FF0

Tints of Wistful #A69FF0

Color information

#A69FF0 (or 0xA69FF0) is unknown color: approx Wistful. HEX triplet: A6, 9F and F0. RGB value is (166,159,240). Sum of RGB (Red+Green+Blue) = 166+159+240=565 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.38% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #A69FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69FF0 is #59600F. Grayscale: #AAAAAA. Windows color (decimal): -5857296 or 15769510. OLE color: 15769510.

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

Color convert

RGB166159240-
CMYK0.310.3400.06
HSL245.19º72.97%78.24%-
HSV(B)245.19º33.75%94.12%-
XYZ43.8539.1987.69-
YUV170.33167.32124.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.38%
GREEN value IS 159 (62.5% from 255) = 28.14%
BLUE value IS 240 (94.14% from 255) = 42.48%
R=29.38%
G=28.14%
B=42.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1661592400.310.3400.06245.1972.9778.24
HexA69FF01F2206f5494e
Octal246237360374206365111116
Binary1010011010011111111100001111110001001101111010110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FF0; }

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

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

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

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

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

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

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

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