#A29FEB

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

Shades of Wistful #A29FEB

Tints of Wistful #A29FEB

Color information

#A29FEB (or 0xA29FEB) is unknown color: approx Wistful. HEX triplet: A2, 9F and EB. RGB value is (162,159,235). Sum of RGB (Red+Green+Blue) = 162+159+235=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #A29FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29FEB is #5D6014. Grayscale: #A8A8A8. Windows color (decimal): -6119445 or 15441826. OLE color: 15441826.

HSL color Cylindrical-coordinate representation of color #A29FEB: hue angle of 242.37º degrees, saturation: 0.66, 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 #A29FEB is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162159235-
CMYK0.310.3200.08
HSL242.37º65.52%77.25%-
HSV(B)242.37º32.34%92.16%-
XYZ42.2938.4883.79-
YUV168.56165.49123.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.14%
GREEN value IS 159 (62.5% from 255) = 28.60%
BLUE value IS 235 (92.19% from 255) = 42.27%
R=29.14%
G=28.60%
B=42.27%

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
Decimal1621592350.310.3200.08242.3765.5277.25
HexA29FEB1F2008f2424d
Octal2422373533740010362102115
Binary10100010100111111110101111111100000010001111001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FEB; }

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

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

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

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

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

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

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

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