#A386AA

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

Shades of Amethyst Smoke #A386AA

Tints of Amethyst Smoke #A386AA

Color information

#A386AA (or 0xA386AA) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 86 and AA. RGB value is (163,134,170). Sum of RGB (Red+Green+Blue) = 163+134+170=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #A386AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A386AA is #5C7955. Grayscale: #929292. Windows color (decimal): -6060374 or 11175587. OLE color: 11175587.

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

Color convert

RGB163134170-
CMYK0.040.2100.33
HSL288.33º17.48%59.61%-
HSV(B)288.33º21.18%66.67%-
XYZ30.8927.7441.76-
YUV146.78141.11139.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 134 (52.73% from 255) = 28.69%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=34.90%
G=28.69%
B=36.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631341700.040.2100.33288.3317.4859.61
HexA386AA415021120113c
Octal2432062524250414402174
Binary10100011100001101010101010010101010000110010000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A386AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A386AA; }

 p { color: rgb(163,134,170); }

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

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

 a { background-color: rgb(163,134,170); }

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

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

 span { border-color: rgb(163,134,170); }

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