#A17FA5

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

Shades of Amethyst Smoke #A17FA5

Tints of Amethyst Smoke #A17FA5

Color information

#A17FA5 (or 0xA17FA5) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 7F and A5. RGB value is (161,127,165). Sum of RGB (Red+Green+Blue) = 161+127+165=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 165 - color contains mainly: blue. Hex color #A17FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17FA5 is #5E805A. Grayscale: #8D8D8D. Windows color (decimal): -6193243 or 10846113. OLE color: 10846113.

HSL color Cylindrical-coordinate representation of color #A17FA5: hue angle of 293.68º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A17FA5 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB161127165-
CMYK0.020.2300.35
HSL293.68º17.43%57.25%-
HSV(B)293.68º23.03%64.71%-
XYZ29.0825.4738.98-
YUV141.5141.26141.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.54%
GREEN value IS 127 (50% from 255) = 28.04%
BLUE value IS 165 (64.84% from 255) = 36.42%
R=35.54%
G=28.04%
B=36.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611271650.020.2300.35293.6817.4357.25
HexA17FA52170231261139
Octal2411772452270434462171
Binary101000011111111101001011010111010001110010011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17FA5; }

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

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

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

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

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

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

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

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