#A384AA

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

Shades of Amethyst Smoke #A384AA

Tints of Amethyst Smoke #A384AA

Color information

#A384AA (or 0xA384AA) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 84 and AA. RGB value is (163,132,170). Sum of RGB (Red+Green+Blue) = 163+132+170=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: blue. Hex color #A384AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A384AA is #5C7B55. Grayscale: #919191. Windows color (decimal): -6060886 or 11175075. OLE color: 11175075.

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

Color convert

RGB163132170-
CMYK0.040.2200.33
HSL288.95º18.27%59.22%-
HSV(B)288.95º22.35%66.67%-
XYZ30.6127.1941.67-
YUV145.6141.77140.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=35.05%
G=28.39%
B=36.56%

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
Decimal1631321700.040.2200.33288.9518.2759.22
HexA384AA416021121123b
Octal2432042524260414412273
Binary10100011100001001010101010010110010000110010000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A384AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A384AA; }

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

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

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

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

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

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

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

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