#A29CE9

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

Shades of Wistful #A29CE9

Tints of Wistful #A29CE9

Color information

#A29CE9 (or 0xA29CE9) is unknown color: approx Wistful. HEX triplet: A2, 9C and E9. RGB value is (162,156,233). Sum of RGB (Red+Green+Blue) = 162+156+233=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 233 (91.41% from 255 or 42.29% from 551); Max value from RGB is 233 - color contains mainly: blue. Hex color #A29CE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29CE9 is #5D6316. Grayscale: #A6A6A6. Windows color (decimal): -6120215 or 15309986. OLE color: 15309986.

HSL color Cylindrical-coordinate representation of color #A29CE9: hue angle of 244.68º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A29CE9 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB162156233-
CMYK0.300.3300.09
HSL244.68º63.64%76.27%-
HSV(B)244.68º33.05%91.37%-
XYZ41.537.3482.11-
YUV166.57165.49124.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.40%
GREEN value IS 156 (61.33% from 255) = 28.31%
BLUE value IS 233 (91.41% from 255) = 42.29%
R=29.40%
G=28.31%
B=42.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1621562330.300.3300.09244.6863.6476.27
HexA29CE91E2109f5404c
Octal2422343513641011365100114
Binary10100010100111001110100111110100001010011111010110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29CE9; }

 p { color: rgb(162,156,233); }

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

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

 a { background-color: rgb(162,156,233); }

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

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

 span { border-color: rgb(162,156,233); }

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