#A389AA

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

Shades of Amethyst Smoke #A389AA

Tints of Amethyst Smoke #A389AA

Color information

#A389AA (or 0xA389AA) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 89 and AA. RGB value is (163,137,170). Sum of RGB (Red+Green+Blue) = 163+137+170=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: blue. Hex color #A389AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A389AA is #5C7655. Grayscale: #949494. Windows color (decimal): -6059606 or 11176355. OLE color: 11176355.

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

Color convert

RGB163137170-
CMYK0.040.1900.33
HSL287.27º16.26%60.2%-
HSV(B)287.27º19.41%66.67%-
XYZ31.3128.5841.9-
YUV148.54140.11138.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.68%
GREEN value IS 137 (53.91% from 255) = 29.15%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=34.68%
G=29.15%
B=36.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631371700.040.1900.33287.2716.2660.2
HexA389AA41302111f103c
Octal2432112524230414372074
Binary10100011100010011010101010010011010000110001111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A389AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A389AA; }

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

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

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

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

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

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

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

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