#a69fe2

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

Shades of Wistful #A69FE2

Tints of Wistful #A69FE2

Color information

#A69FE2 (or 0xA69FE2) is unknown color: approx Wistful. HEX triplet: A6, 9F and E2. RGB value is (166,159,226). Sum of RGB (Red+Green+Blue) = 166+159+226=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 226 (88.67% from 255 or 41.02% from 551); Max value from RGB is 226 - color contains mainly: blue. Hex color #A69FE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FE2 is #59601D. Grayscale: #A8A8A8. Windows color (decimal): -5857310 or 14852006. OLE color: 14852006.

HSL color Cylindrical-coordinate representation of color #A69FE2: hue angle of 246.27º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A69FE2 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB166159226-
CMYK0.270.3000.11
HSL246.27º53.6%75.49%-
HSV(B)246.27º29.65%88.63%-
XYZ41.8538.3977.16-
YUV168.73160.32126.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.13%
GREEN value IS 159 (62.5% from 255) = 28.86%
BLUE value IS 226 (88.67% from 255) = 41.02%
R=30.13%
G=28.86%
B=41.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1661592260.270.3000.11246.2753.675.49
HexA69FE21B1E0Bf6364b
Octal246237342333601336666113
Binary101001101001111111100010110111111001011111101101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a69fe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a69fe2; }

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

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

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

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

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

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

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

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