#A29AA4

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

Shades of Amethyst Smoke #A29AA4

Tints of Amethyst Smoke #A29AA4

Color information

#A29AA4 (or 0xA29AA4) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 9A and A4. RGB value is (162,154,164). Sum of RGB (Red+Green+Blue) = 162+154+164=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 164 (64.45% from 255 or 34.17% from 480); Max value from RGB is 164 - color contains mainly: blue. Hex color #A29AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29AA4 is #5D655B. Grayscale: #9D9D9D. Windows color (decimal): -6120796 or 10787490. OLE color: 10787490.

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

Color convert

RGB162154164-
CMYK0.010.0600.36
HSL288º5.21%62.35%-
HSV(B)288º6.1%64.31%-
XYZ33.1633.4739.84-
YUV157.53131.65131.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.75%
GREEN value IS 154 (60.55% from 255) = 32.08%
BLUE value IS 164 (64.45% from 255) = 34.17%
R=33.75%
G=32.08%
B=34.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621541640.010.0600.362885.2162.35
HexA29AA41602412053e
Octal24223224416044440576
Binary10100010100110101010010011100100100100100000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29AA4; }

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

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

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

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

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

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

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

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