#A29CBF

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

Shades of Wistful #A29CBF

Tints of Wistful #A29CBF

Color information

#A29CBF (or 0xA29CBF) is unknown color: approx Wistful. HEX triplet: A2, 9C and BF. RGB value is (162,156,191). Sum of RGB (Red+Green+Blue) = 162+156+191=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #A29CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29CBF is #5D6340. Grayscale: #A1A1A1. Windows color (decimal): -6120257 or 12557474. OLE color: 12557474.

HSL color Cylindrical-coordinate representation of color #A29CBF: hue angle of 250.29º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A29CBF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162156191-
CMYK0.150.1800.25
HSL250.29º21.47%68.04%-
HSV(B)250.29º18.32%74.9%-
XYZ36.1935.2254.18-
YUV161.78144.49128.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.83%
GREEN value IS 156 (61.33% from 255) = 30.65%
BLUE value IS 191 (75% from 255) = 37.52%
R=31.83%
G=30.65%
B=37.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621561910.150.1800.25250.2921.4768.04
HexA29CBFF12019fa1544
Octal242234277172203137225104
Binary10100010100111001011111111111001001100111111010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29CBF; }

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

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

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

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

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

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

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

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