#A183A4

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

Shades of Amethyst Smoke #A183A4

Tints of Amethyst Smoke #A183A4

Color information

#A183A4 (or 0xA183A4) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 83 and A4. RGB value is (161,131,164). Sum of RGB (Red+Green+Blue) = 161+131+164=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 164 - color contains mainly: blue. Hex color #A183A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A183A4 is #5E7C5B. Grayscale: #8F8F8F. Windows color (decimal): -6192220 or 10781601. OLE color: 10781601.

HSL color Cylindrical-coordinate representation of color #A183A4: hue angle of 294.55º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A183A4 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB161131164-
CMYK0.020.2000.36
HSL294.55º15.35%57.84%-
HSV(B)294.55º20.12%64.31%-
XYZ29.5226.4938.68-
YUV143.73139.44140.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.31%
GREEN value IS 131 (51.56% from 255) = 28.73%
BLUE value IS 164 (64.45% from 255) = 35.96%
R=35.31%
G=28.73%
B=35.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611311640.020.2000.36294.5515.3557.84
HexA183A4214024127f3a
Octal2412032442240444471772
Binary101000011000001110100100101010001001001001001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A183A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A183A4; }

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

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

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

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

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

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

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

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