#A69FF2

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

Shades of Wistful #A69FF2

Tints of Wistful #A69FF2

Color information

#A69FF2 (or 0xA69FF2) is unknown color: approx Wistful. HEX triplet: A6, 9F and F2. RGB value is (166,159,242). Sum of RGB (Red+Green+Blue) = 166+159+242=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #A69FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69FF2 is #59600D. Grayscale: #AAAAAA. Windows color (decimal): -5857294 or 15900582. OLE color: 15900582.

HSL color Cylindrical-coordinate representation of color #A69FF2: hue angle of 245.06º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A69FF2 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166159242-
CMYK0.310.3400.05
HSL245.06º76.15%78.63%-
HSV(B)245.06º34.3%94.9%-
XYZ44.1539.3189.27-
YUV170.55168.32124.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.28%
GREEN value IS 159 (62.5% from 255) = 28.04%
BLUE value IS 242 (94.92% from 255) = 42.68%
R=29.28%
G=28.04%
B=42.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661592420.310.3400.05245.0676.1578.63
HexA69FF21F2205f54c4f
Octal246237362374205365114117
Binary1010011010011111111100101111110001001011111010110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FF2; }

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

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

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

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

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

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

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

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