#A29AEE

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

Shades of Wistful #A29AEE

Tints of Wistful #A29AEE

Color information

#A29AEE (or 0xA29AEE) is unknown color: approx Wistful. HEX triplet: A2, 9A and EE. RGB value is (162,154,238). Sum of RGB (Red+Green+Blue) = 162+154+238=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #A29AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29AEE is #5D6511. Grayscale: #A5A5A5. Windows color (decimal): -6120722 or 15637154. OLE color: 15637154.

HSL color Cylindrical-coordinate representation of color #A29AEE: hue angle of 245.71º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A29AEE is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162154238-
CMYK0.320.3500.07
HSL245.71º71.19%76.86%-
HSV(B)245.71º35.29%93.33%-
XYZ41.8936.9785.82-
YUV165.97168.65125.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.24%
GREEN value IS 154 (60.55% from 255) = 27.80%
BLUE value IS 238 (93.36% from 255) = 42.96%
R=29.24%
G=27.80%
B=42.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621542380.320.3500.07245.7171.1976.86
HexA29AEE202307f6474d
Octal242232356404307366107115
Binary10100010100110101110111010000010001101111111011010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29AEE; }

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

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

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

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

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

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

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

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