#A184AB

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

Shades of Amethyst Smoke #A184AB

Tints of Amethyst Smoke #A184AB

Color information

#A184AB (or 0xA184AB) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 84 and AB. RGB value is (161,132,171). Sum of RGB (Red+Green+Blue) = 161+132+171=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #A184AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A184AB is #5E7B54. Grayscale: #909090. Windows color (decimal): -6191957 or 11240609. OLE color: 11240609.

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

Color convert

RGB161132171-
CMYK0.060.2300.33
HSL284.62º18.84%59.41%-
HSV(B)284.62º22.81%67.06%-
XYZ30.327.0242.15-
YUV145.12142.61139.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.70%
GREEN value IS 132 (51.95% from 255) = 28.45%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=34.70%
G=28.45%
B=36.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611321710.060.2300.33284.6218.8459.41
HexA184AB61702111d133b
Octal2412042536270414352373
Binary10100001100001001010101111010111010000110001110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A184AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A184AB; }

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

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

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

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

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

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

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

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