#A29BEB

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

Shades of Wistful #A29BEB

Tints of Wistful #A29BEB

Color information

#A29BEB (or 0xA29BEB) is unknown color: approx Wistful. HEX triplet: A2, 9B and EB. RGB value is (162,155,235). Sum of RGB (Red+Green+Blue) = 162+155+235=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #A29BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29BEB is #5D6414. Grayscale: #A5A5A5. Windows color (decimal): -6120469 or 15440802. OLE color: 15440802.

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

Color convert

RGB162155235-
CMYK0.310.3400.08
HSL245.25º66.67%76.47%-
HSV(B)245.25º34.04%92.16%-
XYZ41.6237.1283.57-
YUV166.21166.82125-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.35%
GREEN value IS 155 (60.94% from 255) = 28.08%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=29.35%
G=28.08%
B=42.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621552350.310.3400.08245.2566.6776.47
HexA29BEB1F2208f5434c
Octal2422333533742010365103114
Binary10100010100110111110101111111100010010001111010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29BEB; }

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

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

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

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

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

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

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

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