#A29FCE

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

Shades of Wistful #A29FCE

Tints of Wistful #A29FCE

Color information

#A29FCE (or 0xA29FCE) is unknown color: approx Wistful. HEX triplet: A2, 9F and CE. RGB value is (162,159,206). Sum of RGB (Red+Green+Blue) = 162+159+206=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #A29FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FCE is #5D6031. Grayscale: #A5A5A5. Windows color (decimal): -6119474 or 13541282. OLE color: 13541282.

HSL color Cylindrical-coordinate representation of color #A29FCE: hue angle of 243.83º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A29FCE is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162159206-
CMYK0.210.2300.19
HSL243.83º32.41%71.57%-
HSV(B)243.83º22.82%80.78%-
XYZ38.4436.9363.5-
YUV165.26150.99125.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.74%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=30.74%
G=30.17%
B=39.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621592060.210.2300.19243.8332.4171.57
HexA29FCE1517013f42048
Octal242237316252702336440110
Binary1010001010011111110011101010110111010011111101001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FCE; }

 p { color: rgb(162,159,206); }

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

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

 a { background-color: rgb(162,159,206); }

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

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

 span { border-color: rgb(162,159,206); }

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