#A29AC3

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

Shades of Wistful #A29AC3

Tints of Wistful #A29AC3

Color information

#A29AC3 (or 0xA29AC3) is unknown color: approx Wistful. HEX triplet: A2, 9A and C3. RGB value is (162,154,195). Sum of RGB (Red+Green+Blue) = 162+154+195=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 195 - color contains mainly: blue. Hex color #A29AC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29AC3 is #5D653C. Grayscale: #A0A0A0. Windows color (decimal): -6120765 or 12819106. OLE color: 12819106.

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

Color convert

RGB162154195-
CMYK0.170.2100.24
HSL251.71º25.47%68.43%-
HSV(B)251.71º21.03%76.47%-
XYZ36.3134.7356.42-
YUV161.07147.15128.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.70%
GREEN value IS 154 (60.55% from 255) = 30.14%
BLUE value IS 195 (76.56% from 255) = 38.16%
R=31.70%
G=30.14%
B=38.16%

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
Decimal1621541950.170.2100.24251.7125.4768.43
HexA29AC31115018fc1944
Octal242232303212503037431104
Binary101000101001101011000011100011010101100011111100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29AC3; }

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

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

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

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

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

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

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

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