#A387AB

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

Shades of Amethyst Smoke #A387AB

Tints of Amethyst Smoke #A387AB

Color information

#A387AB (or 0xA387AB) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 87 and AB. RGB value is (163,135,171). Sum of RGB (Red+Green+Blue) = 163+135+171=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 135 (53.12% from 255 or 28.78% 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 #A387AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A387AB is #5C7854. Grayscale: #939393. Windows color (decimal): -6060117 or 11241379. OLE color: 11241379.

HSL color Cylindrical-coordinate representation of color #A387AB: hue angle of 286.67º degrees, saturation: 0.18, 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 #A387AB is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163135171-
CMYK0.050.2100.33
HSL286.67º17.65%60%-
HSV(B)286.67º21.05%67.06%-
XYZ31.1228.0542.3-
YUV147.48141.28139.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 135 (53.12% from 255) = 28.78%
BLUE value IS 171 (67.19% from 255) = 36.46%
R=34.75%
G=28.78%
B=36.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631351710.050.2100.33286.6717.6560
HexA387AB51502111f123c
Octal2432072535250414372274
Binary10100011100001111010101110110101010000110001111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A387AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A387AB; }

 p { color: rgb(163,135,171); }

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

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

 a { background-color: rgb(163,135,171); }

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

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

 span { border-color: rgb(163,135,171); }

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