#A184AC

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

Shades of Amethyst Smoke #A184AC

Tints of Amethyst Smoke #A184AC

Color information

#A184AC (or 0xA184AC) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 84 and AC. RGB value is (161,132,172). Sum of RGB (Red+Green+Blue) = 161+132+172=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #A184AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A184AC is #5E7B53. Grayscale: #919191. Windows color (decimal): -6191956 or 11306145. OLE color: 11306145.

HSL color Cylindrical-coordinate representation of color #A184AC: hue angle of 283.5º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A184AC is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161132172-
CMYK0.060.2300.33
HSL283.5º19.42%59.61%-
HSV(B)283.5º23.26%67.45%-
XYZ30.427.0642.65-
YUV145.23143.11139.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.62%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=34.62%
G=28.39%
B=36.99%

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
Decimal1611321720.060.2300.33283.519.4259.61
HexA184AC61702111c133c
Octal2412042546270414342374
Binary10100001100001001010110011010111010000110001110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A184AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A184AC; }

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

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

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

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

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

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

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

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