#A29CEC

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

Shades of Wistful #A29CEC

Tints of Wistful #A29CEC

Color information

#A29CEC (or 0xA29CEC) is unknown color: approx Wistful. HEX triplet: A2, 9C and EC. RGB value is (162,156,236). Sum of RGB (Red+Green+Blue) = 162+156+236=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #A29CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29CEC is #5D6313. Grayscale: #A6A6A6. Windows color (decimal): -6120212 or 15506594. OLE color: 15506594.

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

Color convert

RGB162156236-
CMYK0.310.3400.07
HSL244.5º67.8%76.86%-
HSV(B)244.5º33.9%92.55%-
XYZ41.9337.5184.39-
YUV166.91166.99124.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.24%
GREEN value IS 156 (61.33% from 255) = 28.16%
BLUE value IS 236 (92.58% from 255) = 42.60%
R=29.24%
G=28.16%
B=42.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621562360.310.3400.07244.567.876.86
HexA29CEC1F2207f4444d
Octal242234354374207364104115
Binary1010001010011100111011001111110001001111111010010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29CEC; }

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

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

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

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

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

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

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

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