#A17EA8

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

Shades of Amethyst Smoke #A17EA8

Tints of Amethyst Smoke #A17EA8

Color information

#A17EA8 (or 0xA17EA8) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 7E and A8. RGB value is (161,126,168). Sum of RGB (Red+Green+Blue) = 161+126+168=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 168 - color contains mainly: blue. Hex color #A17EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17EA8 is #5E8157. Grayscale: #8D8D8D. Windows color (decimal): -6193496 or 11042465. OLE color: 11042465.

HSL color Cylindrical-coordinate representation of color #A17EA8: hue angle of 290º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A17EA8 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB161126168-
CMYK0.040.2500.34
HSL290º19.44%57.65%-
HSV(B)290º25%65.88%-
XYZ29.2325.3340.39-
YUV141.25143.1142.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 126 (49.61% from 255) = 27.69%
BLUE value IS 168 (66.02% from 255) = 36.92%
R=35.38%
G=27.69%
B=36.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611261680.040.2500.3429019.4457.65
HexA17EA8419022122133a
Octal2411762504310424422372
Binary1010000111111101010100010011001010001010010001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17EA8; }

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

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

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

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

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

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

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

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