#A18BA4

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

Shades of Amethyst Smoke #A18BA4

Tints of Amethyst Smoke #A18BA4

Color information

#A18BA4 (or 0xA18BA4) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 8B and A4. RGB value is (161,139,164). Sum of RGB (Red+Green+Blue) = 161+139+164=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 164 - color contains mainly: blue. Hex color #A18BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18BA4 is #5E745B. Grayscale: #949494. Windows color (decimal): -6190172 or 10783649. OLE color: 10783649.

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

Color convert

RGB161139164-
CMYK0.020.1500.36
HSL292.8º12.08%59.41%-
HSV(B)292.8º15.24%64.31%-
XYZ30.6328.7239.05-
YUV148.43136.79136.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.70%
GREEN value IS 139 (54.69% from 255) = 29.96%
BLUE value IS 164 (64.45% from 255) = 35.34%
R=34.70%
G=29.96%
B=35.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611391640.020.1500.36292.812.0859.41
HexA18BA42F024125c3b
Octal2412132442170444451473
Binary10100001100010111010010010111101001001001001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18BA4; }

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

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

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

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

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

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

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

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