#A29AEB

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

Shades of Wistful #A29AEB

Tints of Wistful #A29AEB

Color information

#A29AEB (or 0xA29AEB) is unknown color: approx Wistful. HEX triplet: A2, 9A and EB. RGB value is (162,154,235). Sum of RGB (Red+Green+Blue) = 162+154+235=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #A29AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29AEB is #5D6514. Grayscale: #A5A5A5. Windows color (decimal): -6120725 or 15440546. OLE color: 15440546.

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

Color convert

RGB162154235-
CMYK0.310.3400.08
HSL245.93º66.94%76.27%-
HSV(B)245.93º34.47%92.16%-
XYZ41.4536.7983.51-
YUV165.63167.15125.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.40%
GREEN value IS 154 (60.55% from 255) = 27.95%
BLUE value IS 235 (92.19% from 255) = 42.65%
R=29.40%
G=27.95%
B=42.65%

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
Decimal1621542350.310.3400.08245.9366.9476.27
HexA29AEB1F2208f6434c
Octal2422323533742010366103114
Binary10100010100110101110101111111100010010001111011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29AEB; }

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

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

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

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

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

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

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

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