#A383AA

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

Shades of Amethyst Smoke #A383AA

Tints of Amethyst Smoke #A383AA

Color information

#A383AA (or 0xA383AA) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 83 and AA. RGB value is (163,131,170). Sum of RGB (Red+Green+Blue) = 163+131+170=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #A383AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A383AA is #5C7C55. Grayscale: #909090. Windows color (decimal): -6061142 or 11174819. OLE color: 11174819.

HSL color Cylindrical-coordinate representation of color #A383AA: hue angle of 289.23º 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 #A383AA is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163131170-
CMYK0.040.2300.33
HSL289.23º18.66%59.02%-
HSV(B)289.23º22.94%66.67%-
XYZ30.4826.9241.62-
YUV145.01142.1140.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.13%
GREEN value IS 131 (51.56% from 255) = 28.23%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=35.13%
G=28.23%
B=36.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631311700.040.2300.33289.2318.6659.02
HexA383AA417021121133b
Octal2432032524270414412373
Binary10100011100000111010101010010111010000110010000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A383AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A383AA; }

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

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

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

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

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

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

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

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