#A17FAC

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

Shades of Amethyst Smoke #A17FAC

Tints of Amethyst Smoke #A17FAC

Color information

#A17FAC (or 0xA17FAC) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 7F and AC. RGB value is (161,127,172). Sum of RGB (Red+Green+Blue) = 161+127+172=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #A17FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17FAC is #5E8053. Grayscale: #8E8E8E. Windows color (decimal): -6193236 or 11304865. OLE color: 11304865.

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

Color convert

RGB161127172-
CMYK0.060.2600.33
HSL285.33º21.33%58.63%-
HSV(B)285.33º26.16%67.45%-
XYZ29.7325.7342.43-
YUV142.3144.76141.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35%
GREEN value IS 127 (50% from 255) = 27.61%
BLUE value IS 172 (67.58% from 255) = 37.39%
R=35%
G=27.61%
B=37.39%

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
Decimal1611271720.060.2600.33285.3321.3358.63
HexA17FAC61A02111d153b
Octal2411772546320414352573
Binary1010000111111111010110011011010010000110001110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17FAC; }

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

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

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

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

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

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

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

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