#A29ECB

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

Shades of Wistful #A29ECB

Tints of Wistful #A29ECB

Color information

#A29ECB (or 0xA29ECB) is unknown color: approx Wistful. HEX triplet: A2, 9E and CB. RGB value is (162,158,203). Sum of RGB (Red+Green+Blue) = 162+158+203=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #A29ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29ECB is #5D6134. Grayscale: #A4A4A4. Windows color (decimal): -6119733 or 13344418. OLE color: 13344418.

HSL color Cylindrical-coordinate representation of color #A29ECB: hue angle of 245.33º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A29ECB is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162158203-
CMYK0.200.2200.20
HSL245.33º30.2%70.78%-
HSV(B)245.33º22.17%79.61%-
XYZ37.9136.4561.54-
YUV164.33149.83126.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.98%
GREEN value IS 158 (62.11% from 255) = 30.21%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=30.98%
G=30.21%
B=38.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621582030.200.2200.20245.3330.270.78
HexA29ECB1416014f51e47
Octal242236313242602436536107
Binary101000101001111011001011101001011001010011110101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29ECB; }

 p { color: rgb(162,158,203); }

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

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

 a { background-color: rgb(162,158,203); }

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

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

 span { border-color: rgb(162,158,203); }

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