#A29CC2

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

Shades of Wistful #A29CC2

Tints of Wistful #A29CC2

Color information

#A29CC2 (or 0xA29CC2) is unknown color: approx Wistful. HEX triplet: A2, 9C and C2. RGB value is (162,156,194). Sum of RGB (Red+Green+Blue) = 162+156+194=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 194 - color contains mainly: blue. Hex color #A29CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29CC2 is #5D633D. Grayscale: #A1A1A1. Windows color (decimal): -6120254 or 12754082. OLE color: 12754082.

HSL color Cylindrical-coordinate representation of color #A29CC2: hue angle of 249.47º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A29CC2 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB162156194-
CMYK0.160.2000.24
HSL249.47º23.75%68.63%-
HSV(B)249.47º19.59%76.08%-
XYZ36.5335.3555.94-
YUV162.13145.99127.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.64%
GREEN value IS 156 (61.33% from 255) = 30.47%
BLUE value IS 194 (76.17% from 255) = 37.89%
R=31.64%
G=30.47%
B=37.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621561940.160.2000.24249.4723.7568.63
HexA29CC21014018f91845
Octal242234302202403037130105
Binary101000101001110011000010100001010001100011111001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29CC2; }

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

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

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

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

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

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

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

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