#A380AA

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

Shades of Amethyst Smoke #A380AA

Tints of Amethyst Smoke #A380AA

Color information

#A380AA (or 0xA380AA) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 80 and AA. RGB value is (163,128,170). Sum of RGB (Red+Green+Blue) = 163+128+170=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #A380AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A380AA is #5C7F55. Grayscale: #8F8F8F. Windows color (decimal): -6061910 or 11174051. OLE color: 11174051.

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

Color convert

RGB163128170-
CMYK0.040.2500.33
HSL290º19.81%58.43%-
HSV(B)290º24.71%66.67%-
XYZ30.0826.1341.49-
YUV143.25143.1142.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=35.36%
G=27.77%
B=36.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631281700.040.2500.3329019.8158.43
HexA380AA419021122143a
Octal2432002524310414422472
Binary10100011100000001010101010011001010000110010001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A380AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A380AA; }

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

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

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

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

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

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

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

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