#A17EAB

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

Shades of Amethyst Smoke #A17EAB

Tints of Amethyst Smoke #A17EAB

Color information

#A17EAB (or 0xA17EAB) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 7E and AB. RGB value is (161,126,171). Sum of RGB (Red+Green+Blue) = 161+126+171=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #A17EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17EAB is #5E8154. Grayscale: #8D8D8D. Windows color (decimal): -6193493 or 11239073. OLE color: 11239073.

HSL color Cylindrical-coordinate representation of color #A17EAB: hue angle of 286.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A17EAB is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161126171-
CMYK0.060.2600.33
HSL286.67º21.13%58.24%-
HSV(B)286.67º26.32%67.06%-
XYZ29.5125.4441.88-
YUV141.59144.6141.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 126 (49.61% from 255) = 27.51%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=35.15%
G=27.51%
B=37.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611261710.060.2600.33286.6721.1358.24
HexA17EAB61A02111f153a
Octal2411762536320414372572
Binary1010000111111101010101111011010010000110001111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17EAB; }

 p { color: rgb(161,126,171); }

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

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

 a { background-color: rgb(161,126,171); }

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

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

 span { border-color: rgb(161,126,171); }

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