#A17FAD

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

Shades of Amethyst Smoke #A17FAD

Tints of Amethyst Smoke #A17FAD

Color information

#A17FAD (or 0xA17FAD) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 7F and AD. RGB value is (161,127,173). Sum of RGB (Red+Green+Blue) = 161+127+173=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #A17FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17FAD is #5E8052. Grayscale: #8E8E8E. Windows color (decimal): -6193235 or 11370401. OLE color: 11370401.

HSL color Cylindrical-coordinate representation of color #A17FAD: hue angle of 284.35º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A17FAD is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161127173-
CMYK0.070.2700.32
HSL284.35º21.9%58.82%-
HSV(B)284.35º26.59%67.84%-
XYZ29.8325.7742.94-
YUV142.41145.26141.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 127 (50% from 255) = 27.55%
BLUE value IS 173 (67.97% from 255) = 37.53%
R=34.92%
G=27.55%
B=37.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611271730.070.2700.32284.3521.958.82
HexA17FAD71B02011c163b
Octal2411772557330404342673
Binary1010000111111111010110111111011010000010001110010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17FAD; }

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

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

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

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

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

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

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

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