#A17FAB

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

Shades of Amethyst Smoke #A17FAB

Tints of Amethyst Smoke #A17FAB

Color information

#A17FAB (or 0xA17FAB) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 7F and AB. RGB value is (161,127,171). Sum of RGB (Red+Green+Blue) = 161+127+171=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #A17FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17FAB is #5E8054. Grayscale: #8E8E8E. Windows color (decimal): -6193237 or 11239329. OLE color: 11239329.

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

Color convert

RGB161127171-
CMYK0.060.2600.33
HSL286.36º20.75%58.43%-
HSV(B)286.36º25.73%67.06%-
XYZ29.6425.741.93-
YUV142.18144.26141.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 127 (50% from 255) = 27.67%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=35.08%
G=27.67%
B=37.25%

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
Decimal1611271710.060.2600.33286.3620.7558.43
HexA17FAB61A02111e153a
Octal2411772536320414362572
Binary1010000111111111010101111011010010000110001111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17FAB; }

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

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

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

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

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

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

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

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