#A484AB

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

Shades of Amethyst Smoke #A484AB

Tints of Amethyst Smoke #A484AB

Color information

#A484AB (or 0xA484AB) is unknown color: approx Amethyst Smoke. HEX triplet: A4, 84 and AB. RGB value is (164,132,171). Sum of RGB (Red+Green+Blue) = 164+132+171=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #A484AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A484AB is #5B7B54. Grayscale: #919191. Windows color (decimal): -5995349 or 11240612. OLE color: 11240612.

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

Color convert

RGB164132171-
CMYK0.040.2300.33
HSL289.23º18.84%59.41%-
HSV(B)289.23º22.81%67.06%-
XYZ30.9127.3442.18-
YUV146.01142.1140.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 132 (51.95% from 255) = 28.27%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=35.12%
G=28.27%
B=36.62%

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
Decimal1641321710.040.2300.33289.2318.8459.41
HexA484AB417021121133b
Octal2442042534270414412373
Binary10100100100001001010101110010111010000110010000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A484AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A484AB; }

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

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

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

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

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

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

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

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