#A384AB

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

Shades of Amethyst Smoke #A384AB

Tints of Amethyst Smoke #A384AB

Color information

#A384AB (or 0xA384AB) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 84 and AB. RGB value is (163,132,171). Sum of RGB (Red+Green+Blue) = 163+132+171=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #A384AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A384AB is #5C7B54. Grayscale: #919191. Windows color (decimal): -6060885 or 11240611. OLE color: 11240611.

HSL color Cylindrical-coordinate representation of color #A384AB: hue angle of 287.69º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A384AB is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163132171-
CMYK0.050.2300.33
HSL287.69º18.84%59.41%-
HSV(B)287.69º22.81%67.06%-
XYZ30.7127.2342.17-
YUV145.71142.27140.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.98%
GREEN value IS 132 (51.95% from 255) = 28.33%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=34.98%
G=28.33%
B=36.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631321710.050.2300.33287.6918.8459.41
HexA384AB517021120133b
Octal2432042535270414402373
Binary10100011100001001010101110110111010000110010000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A384AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A384AB; }

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

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

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

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

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

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

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

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