#A29CC5

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

Shades of Wistful #A29CC5

Tints of Wistful #A29CC5

Color information

#A29CC5 (or 0xA29CC5) is unknown color: approx Wistful. HEX triplet: A2, 9C and C5. RGB value is (162,156,197). Sum of RGB (Red+Green+Blue) = 162+156+197=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 197 - color contains mainly: blue. Hex color #A29CC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29CC5 is #5D633A. Grayscale: #A2A2A2. Windows color (decimal): -6120251 or 12950690. OLE color: 12950690.

HSL color Cylindrical-coordinate representation of color #A29CC5: hue angle of 248.78º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A29CC5 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB162156197-
CMYK0.180.2100.23
HSL248.78º26.11%69.22%-
HSV(B)248.78º20.81%77.25%-
XYZ36.8735.4957.73-
YUV162.47147.49127.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.46%
GREEN value IS 156 (61.33% from 255) = 30.29%
BLUE value IS 197 (77.34% from 255) = 38.25%
R=31.46%
G=30.29%
B=38.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621561970.180.2100.23248.7826.1169.22
HexA29CC51215017f91a45
Octal242234305222502737132105
Binary101000101001110011000101100101010101011111111001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29CC5; }

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

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

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

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

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

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

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

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