#A17FA7

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

Shades of Amethyst Smoke #A17FA7

Tints of Amethyst Smoke #A17FA7

Color information

#A17FA7 (or 0xA17FA7) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 7F and A7. RGB value is (161,127,167). Sum of RGB (Red+Green+Blue) = 161+127+167=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 167 - color contains mainly: blue. Hex color #A17FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17FA7 is #5E8058. Grayscale: #8D8D8D. Windows color (decimal): -6193241 or 10977185. OLE color: 10977185.

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

Color convert

RGB161127167-
CMYK0.040.2400.35
HSL291º18.52%57.65%-
HSV(B)291º23.95%65.49%-
XYZ29.2625.5539.95-
YUV141.73142.26141.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 167 (65.62% from 255) = 36.70%
R=35.38%
G=27.91%
B=36.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611271670.040.2400.3529118.5257.65
HexA17FA7418023123133a
Octal2411772474300434432372
Binary1010000111111111010011110011000010001110010001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17FA7; }

 p { color: rgb(161,127,167); }

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

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

 a { background-color: rgb(161,127,167); }

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

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

 span { border-color: rgb(161,127,167); }

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