#A29FA4

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

Shades of Amethyst Smoke #A29FA4

Tints of Amethyst Smoke #A29FA4

Color information

#A29FA4 (or 0xA29FA4) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 9F and A4. RGB value is (162,159,164). Sum of RGB (Red+Green+Blue) = 162+159+164=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 164 - color contains mainly: blue. Hex color #A29FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29FA4 is #5D605B. Grayscale: #A0A0A0. Windows color (decimal): -6119516 or 10788770. OLE color: 10788770.

HSL color Cylindrical-coordinate representation of color #A29FA4: hue angle of 276º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A29FA4 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB162159164-
CMYK0.010.0300.36
HSL276º2.67%63.33%-
HSV(B)276º3.05%64.31%-
XYZ3435.1640.12-
YUV160.47129.99129.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 159 (62.5% from 255) = 32.78%
BLUE value IS 164 (64.45% from 255) = 33.81%
R=33.40%
G=32.78%
B=33.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621591640.010.0300.362762.6763.33
HexA29FA41302411433f
Octal24223724413044424377
Binary101000101001111110100100111010010010001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FA4; }

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

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

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

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

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

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

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

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