#A17BA5

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

Shades of Amethyst Smoke #A17BA5

Tints of Amethyst Smoke #A17BA5

Color information

#A17BA5 (or 0xA17BA5) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 7B and A5. RGB value is (161,123,165). Sum of RGB (Red+Green+Blue) = 161+123+165=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 165 - color contains mainly: blue. Hex color #A17BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17BA5 is #5E845A. Grayscale: #8B8B8B. Windows color (decimal): -6194267 or 10845089. OLE color: 10845089.

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

Color convert

RGB161123165-
CMYK0.020.2500.35
HSL294.29º18.92%56.47%-
HSV(B)294.29º25.45%64.71%-
XYZ28.5724.4638.81-
YUV139.15142.59143.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.86%
GREEN value IS 123 (48.44% from 255) = 27.39%
BLUE value IS 165 (64.84% from 255) = 36.75%
R=35.86%
G=27.39%
B=36.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611231650.020.2500.35294.2918.9256.47
HexA17BA52190231261338
Octal2411732452310434462370
Binary101000011111011101001011011001010001110010011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17BA5; }

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

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

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

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

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

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

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

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