#A18CA4

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

Shades of Amethyst Smoke #A18CA4

Tints of Amethyst Smoke #A18CA4

Color information

#A18CA4 (or 0xA18CA4) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 8C and A4. RGB value is (161,140,164). Sum of RGB (Red+Green+Blue) = 161+140+164=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 164 - color contains mainly: blue. Hex color #A18CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18CA4 is #5E735B. Grayscale: #949494. Windows color (decimal): -6189916 or 10783905. OLE color: 10783905.

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

Color convert

RGB161140164-
CMYK0.020.1500.36
HSL292.5º11.65%59.61%-
HSV(B)292.5º14.63%64.31%-
XYZ30.7829.0139.1-
YUV149.01136.46136.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.62%
GREEN value IS 140 (55.08% from 255) = 30.11%
BLUE value IS 164 (64.45% from 255) = 35.27%
R=34.62%
G=30.11%
B=35.27%

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
Decimal1611401640.020.1500.36292.511.6559.61
HexA18CA42F024124c3c
Octal2412142442170444441474
Binary10100001100011001010010010111101001001001001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18CA4; }

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

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

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

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

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

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

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

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