#A483AB

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

Shades of Amethyst Smoke #A483AB

Tints of Amethyst Smoke #A483AB

Color information

#A483AB (or 0xA483AB) is unknown color: approx Amethyst Smoke. HEX triplet: A4, 83 and AB. RGB value is (164,131,171). Sum of RGB (Red+Green+Blue) = 164+131+171=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #A483AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A483AB is #5B7C54. Grayscale: #919191. Windows color (decimal): -5995605 or 11240356. OLE color: 11240356.

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

Color convert

RGB164131171-
CMYK0.040.2300.33
HSL289.5º19.23%59.22%-
HSV(B)289.5º23.39%67.06%-
XYZ30.7827.0742.13-
YUV145.43142.43141.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 131 (51.56% from 255) = 28.11%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=35.19%
G=28.11%
B=36.70%

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
Decimal1641311710.040.2300.33289.519.2359.22
HexA483AB417021122133b
Octal2442032534270414422373
Binary10100100100000111010101110010111010000110010001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A483AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A483AB; }

 p { color: rgb(164,131,171); }

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

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

 a { background-color: rgb(164,131,171); }

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

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

 span { border-color: rgb(164,131,171); }

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