#A083A5

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

Shades of Amethyst Smoke #A083A5

Tints of Amethyst Smoke #A083A5

Color information

#A083A5 (or 0xA083A5) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 83 and A5. RGB value is (160,131,165). Sum of RGB (Red+Green+Blue) = 160+131+165=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 165 - color contains mainly: blue. Hex color #A083A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A083A5 is #5F7C5A. Grayscale: #8F8F8F. Windows color (decimal): -6257755 or 10847136. OLE color: 10847136.

HSL color Cylindrical-coordinate representation of color #A083A5: hue angle of 291.18º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A083A5 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB160131165-
CMYK0.030.2100.35
HSL291.18º15.89%58.04%-
HSV(B)291.18º20.61%64.71%-
XYZ29.4126.4239.15-
YUV143.55140.11139.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 131 (51.56% from 255) = 28.73%
BLUE value IS 165 (64.84% from 255) = 36.18%
R=35.09%
G=28.73%
B=36.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601311650.030.2100.35291.1815.8958.04
HexA083A5315023123103a
Octal2402032453250434432072
Binary1010000010000011101001011110101010001110010001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A083A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A083A5; }

 p { color: rgb(160,131,165); }

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

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

 a { background-color: rgb(160,131,165); }

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

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

 span { border-color: rgb(160,131,165); }

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