#A486AB

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

Shades of Amethyst Smoke #A486AB

Tints of Amethyst Smoke #A486AB

Color information

#A486AB (or 0xA486AB) is unknown color: approx Amethyst Smoke. HEX triplet: A4, 86 and AB. RGB value is (164,134,171). Sum of RGB (Red+Green+Blue) = 164+134+171=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #A486AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A486AB is #5B7954. Grayscale: #939393. Windows color (decimal): -5994837 or 11241124. OLE color: 11241124.

HSL color Cylindrical-coordinate representation of color #A486AB: hue angle of 288.65º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A486AB is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164134171-
CMYK0.040.2200.33
HSL288.65º18.05%59.8%-
HSV(B)288.65º21.64%67.06%-
XYZ31.1927.8842.27-
YUV147.19141.44139.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 134 (52.73% from 255) = 28.57%
BLUE value IS 171 (67.19% from 255) = 36.46%
R=34.97%
G=28.57%
B=36.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641341710.040.2200.33288.6518.0559.8
HexA486AB416021121123c
Octal2442062534260414412274
Binary10100100100001101010101110010110010000110010000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A486AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A486AB; }

 p { color: rgb(164,134,171); }

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

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

 a { background-color: rgb(164,134,171); }

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

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

 span { border-color: rgb(164,134,171); }

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