#A29FEF

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

Shades of Wistful #A29FEF

Tints of Wistful #A29FEF

Color information

#A29FEF (or 0xA29FEF) is unknown color: approx Wistful. HEX triplet: A2, 9F and EF. RGB value is (162,159,239). Sum of RGB (Red+Green+Blue) = 162+159+239=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #A29FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29FEF is #5D6010. Grayscale: #A8A8A8. Windows color (decimal): -6119441 or 15703970. OLE color: 15703970.

HSL color Cylindrical-coordinate representation of color #A29FEF: hue angle of 242.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 #A29FEF is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB162159239-
CMYK0.320.3300.06
HSL242.25º71.43%78.04%-
HSV(B)242.25º33.47%93.73%-
XYZ42.8838.7186.87-
YUV169.02167.49123-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.93%
GREEN value IS 159 (62.5% from 255) = 28.39%
BLUE value IS 239 (93.75% from 255) = 42.68%
R=28.93%
G=28.39%
B=42.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1621592390.320.3300.06242.2571.4378.04
HexA29FEF202106f2474e
Octal242237357404106362107116
Binary10100010100111111110111110000010000101101111001010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FEF; }

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

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

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

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

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

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

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

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