#A29FEA

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

Shades of Wistful #A29FEA

Tints of Wistful #A29FEA

Color information

#A29FEA (or 0xA29FEA) is unknown color: approx Wistful. HEX triplet: A2, 9F and EA. RGB value is (162,159,234). Sum of RGB (Red+Green+Blue) = 162+159+234=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #A29FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29FEA is #5D6015. Grayscale: #A8A8A8. Windows color (decimal): -6119446 or 15376290. OLE color: 15376290.

HSL color Cylindrical-coordinate representation of color #A29FEA: hue angle of 242.4º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A29FEA is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162159234-
CMYK0.310.3200.08
HSL242.4º64.1%77.06%-
HSV(B)242.4º32.05%91.76%-
XYZ42.1538.4283.04-
YUV168.45164.99123.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.19%
GREEN value IS 159 (62.5% from 255) = 28.65%
BLUE value IS 234 (91.80% from 255) = 42.16%
R=29.19%
G=28.65%
B=42.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621592340.310.3200.08242.464.177.06
HexA29FEA1F2008f2404d
Octal2422373523740010362100115
Binary10100010100111111110101011111100000010001111001010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FEA; }

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

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

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

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

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

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

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

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