#A29BC3

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

Shades of Wistful #A29BC3

Tints of Wistful #A29BC3

Color information

#A29BC3 (or 0xA29BC3) is unknown color: approx Wistful. HEX triplet: A2, 9B and C3. RGB value is (162,155,195). Sum of RGB (Red+Green+Blue) = 162+155+195=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 195 - color contains mainly: blue. Hex color #A29BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BC3 is #5D643C. Grayscale: #A1A1A1. Windows color (decimal): -6120509 or 12819362. OLE color: 12819362.

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

Color convert

RGB162155195-
CMYK0.170.2100.24
HSL250.5º25%68.63%-
HSV(B)250.5º20.51%76.47%-
XYZ36.4735.0656.48-
YUV161.65146.82128.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.64%
GREEN value IS 155 (60.94% from 255) = 30.27%
BLUE value IS 195 (76.56% from 255) = 38.09%
R=31.64%
G=30.27%
B=38.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621551950.170.2100.24250.52568.63
HexA29BC31115018fa1945
Octal242233303212503037231105
Binary101000101001101111000011100011010101100011111010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29BC3; }

 p { color: rgb(162,155,195); }

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

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

 a { background-color: rgb(162,155,195); }

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

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

 span { border-color: rgb(162,155,195); }

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